aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-29 09:20:16 +0200
committerGitHub <noreply@github.com>2019-07-29 09:20:16 +0200
commit7f0e0b3f384e14465cfafdb6735974e92e1ade1e (patch)
tree775079fe16088ad7e2f45fe0273b0fdb1839b7e7
parent03c818bbfbedc936c2f226c571d1a22b83586fd4 (diff)
parent883ccc235e6fd176a46d26f8c4ca0b8c6c532cb6 (diff)
downloadwallabag-7f0e0b3f384e14465cfafdb6735974e92e1ade1e.tar.gz
wallabag-7f0e0b3f384e14465cfafdb6735974e92e1ade1e.tar.zst
wallabag-7f0e0b3f384e14465cfafdb6735974e92e1ade1e.zip
Merge pull request #4072 from wallabag/fix/travis-php-7.4
Test on PHP 7.4 instead of PHP 8.0 on Travis
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bd21d6c7..229e3e0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ php:
20 - 7.1 20 - 7.1
21 - 7.2 21 - 7.2
22 - 7.3 22 - 7.3
23 - 7.4
23 - nightly 24 - nightly
24 25
25node_js: 26node_js:
@@ -36,6 +37,7 @@ matrix:
36 - php: 7.2 37 - php: 7.2
37 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite 38 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
38 allow_failures: 39 allow_failures:
40 - php: 7.4
39 - php: nightly 41 - php: nightly
40 42
41# exclude v1 branches 43# exclude v1 branches