From: Jérémy Benoist Date: Fri, 26 Jul 2019 11:59:39 +0000 (+0200) Subject: Test on PHP 7.4 instead of PHP 8.0 on Travis X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=affa6602f01c38614da07f5ffac60148bfd53def;hp=02a7eb84354cce56c73b4e8fb8294dc67909513f;p=github%2Fwallabag%2Fwallabag.git Test on PHP 7.4 instead of PHP 8.0 on Travis PHP 7.4 will be available before the 8.0 --- diff --git a/.travis.yml b/.travis.yml index bd21d6c7..0de2f124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: