From b92b286be524242d35570eb0bc7b89b10fa14731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 10 Dec 2019 11:17:10 -0300 Subject: [PATCH] Use PHP 7.4 instead of 7.4snapshot in Travis build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea4f65e3938a..d3d53ffac2a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ services: - mysql php: - - "7.4snapshot" + - "nightly" + - "7.4" - "7.3" - "7.2" - "7.1" @@ -117,7 +118,7 @@ matrix: - test/ci-install-test allow_failures: - - php: "7.4snapshot" + - php: "nightly" - env: CI_MODE=test DBASE=true cache: