Add support for PHP 7.3

This commit is contained in:
Kamil Kokot
2019-01-30 16:53:11 +01:00
parent c3e1a47e63
commit 933f091bee

View File

@@ -3,6 +3,7 @@ language: php
php: php:
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3
env: env:
- SYMFONY_VERSION=3.4.* - SYMFONY_VERSION=3.4.*