Merge pull request #675 from andreybolonin/patch-1

add php 7.3
This commit is contained in:
Aidan Woods 2018-11-16 07:45:32 +00:00 committed by GitHub
commit e124572b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ matrix:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: nightly
- php: hhvm
- php: hhvm-nightly
@ -20,6 +21,7 @@ matrix:
allow_failures:
- php: nightly
- php: hhvm-nightly
- php: 7.3
install:
- composer install --prefer-dist --no-interaction --no-progress