Test on PHP 7.4 instead of PHP 8.0 on Travis

PHP 7.4 will be available before the 8.0
This commit is contained in:
Jérémy Benoist 2019-07-26 13:59:39 +02:00 committed by GitHub
parent 02a7eb8435
commit affa6602f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ php:
- 7.1
- 7.2
- 7.3
- nightly
- 7.4
node_js:
- "5"
@ -36,7 +36,7 @@ matrix:
- php: 7.2
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
allow_failures:
- php: nightly
- php: 7.4
# exclude v1 branches
branches: