diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-07-26 13:59:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 13:59:39 +0200 |
commit | affa6602f01c38614da07f5ffac60148bfd53def (patch) | |
tree | c545d8e16ae5887c632b23b8a941381f62deaffb | |
parent | 02a7eb84354cce56c73b4e8fb8294dc67909513f (diff) | |
download | wallabag-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.yml | 4 |
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 | ||
25 | node_js: | 25 | node_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 |
42 | branches: | 42 | branches: |