mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
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:
parent
02a7eb8435
commit
affa6602f0
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue