aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-26 13:59:39 +0200
committerGitHub <noreply@github.com>2019-07-26 13:59:39 +0200
commitaffa6602f01c38614da07f5ffac60148bfd53def (patch)
treec545d8e16ae5887c632b23b8a941381f62deaffb
parent02a7eb84354cce56c73b4e8fb8294dc67909513f (diff)
downloadwallabag-affa6602f01c38614da07f5ffac60148bfd53def.tar.gz
wallabag-affa6602f01c38614da07f5ffac60148bfd53def.tar.zst
wallabag-affa6602f01c38614da07f5ffac60148bfd53def.zip
Test on PHP 7.4 instead of PHP 8.0 on Travis
PHP 7.4 will be available before the 8.0
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bd21d6c7..0de2f124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ php:
20 - 7.1 20 - 7.1
21 - 7.2 21 - 7.2
22 - 7.3 22 - 7.3
23 - nightly 23 - 7.4
24 24
25node_js: 25node_js:
26 - "5" 26 - "5"
@@ -36,7 +36,7 @@ matrix:
36 - php: 7.2 36 - php: 7.2
37 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite 37 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
38 allow_failures: 38 allow_failures:
39 - php: nightly 39 - php: 7.4
40 40
41# exclude v1 branches 41# exclude v1 branches
42branches: 42branches: