Merge pull request #4072 from wallabag/fix/travis-php-7.4

Test on PHP 7.4 instead of PHP 8.0 on Travis
This commit is contained in:
Jérémy Benoist 2019-07-29 09:20:16 +02:00 committed by GitHub
commit 7f0e0b3f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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