From 0bf03a3e77304e242a81cca37ccbc02e35e3dbc6 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 13 Mar 2019 13:28:50 +1300 Subject: [PATCH] =?UTF-8?q?NEW:=20Add=20PHP=207.4=E2=80=99s=20daily=20snap?= =?UTF-8?q?shot=20to=20the=20travis=20suite.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also clean up the PHP 7.3 build. This will help avoid any inadvertent 7.4 failures; IMO the sooner we add new releases to the test mix the better. If this ends up creating intermittent failures outside of our control I would recommend rolling back entirely rather than adding to allowed_failures. The main goal of testing PHP 7.4 on SS3 sites is to let us keep upgrading PHP versions regularly until the end of SS3’s life. --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 370a74860..372c707ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,14 +28,11 @@ matrix: services: - mysql - - php: 7.3.0RC1 + - php: 7.3 + env: DB=SQLITE + + - php: 7.4snapshot env: DB=SQLITE - sudo: required - dist: xenial - addons: - apt: - packages: - - libzip4 # CMS test - php: 5.5