From 3a6a6e4850a590172709fb6c18def097eacf70df Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 13 Mar 2019 12:58:13 +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 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. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2661057b5..754dd3a61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,15 @@ matrix: - DB=MYSQL - PHPUNIT_TEST=framework + - php: 7.4snapshot + env: + - DB=MYSQL + - PHPUNIT_TEST=framework + addons: + apt: + packages: + - libonig-dev + before_script: # Extra $PATH - export PATH=~/.composer/vendor/bin:$PATH