Test against PHP 7.4

This commit is contained in:
Simon Podlipsky 2019-02-09 20:18:27 +01:00
parent 20e98aefa4
commit dfefdf24cb

View File

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