Merge pull request #440 from simPod/php7.4

Test against PHP 7.4
This commit is contained in:
Vladimir Razuvaev 2019-02-11 15:31:09 +07:00 committed by GitHub
commit e467f80149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
env:
@ -29,6 +30,7 @@ script: ./vendor/bin/phpunit --group default,ReactPromise
jobs:
allow_failures:
- php: 7.4snapshot
- php: nightly
include: