From affa6602f01c38614da07f5ffac60148bfd53def Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Fri, 26 Jul 2019 13:59:39 +0200 Subject: [PATCH] Test on PHP 7.4 instead of PHP 8.0 on Travis PHP 7.4 will be available before the 8.0 --- .travis.yml | 4 ++-- 1 file 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: - 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: -- 2.41.0