]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #4072 from wallabag/fix/travis-php-7.4
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Mon, 29 Jul 2019 07:20:16 +0000 (09:20 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2019 07:20:16 +0000 (09:20 +0200)
Test on PHP 7.4 instead of PHP 8.0 on Travis

.travis.yml

index bd21d6c7434c5762cab8e4b1441e3341e2dfca99..229e3e0efa8b41f512d4db87cfaf9f237acf0b7c 100644 (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