From 3ea765622c28da99b914791bb8b12f436573b752 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Mon, 16 Dec 2019 11:04:57 +0100 Subject: [PATCH 1/2] dropped support for php7.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12b1f30b..a2a887b1 100644 --- a/composer.json +++ b/composer.json @@ -100,7 +100,7 @@ ] }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "require-dev": { "phpstan/phpstan": "^0.12", From 085fb4201f30b4a875e0845851c2133838b351a8 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Mon, 16 Dec 2019 11:06:13 +0100 Subject: [PATCH 2/2] added an optionnal php7.4 pipeline --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b6162fd0..7944893c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,15 @@ language: php matrix: + fast_finish: true # Don't wait for the allowed failures to build. include: - php: 7.3 env: PREFER_LOWEST="" - php: 7.2 env: PREFER_LOWEST="" + allow_failures: + # PHP 7.4 testing is allowed to fail because the container isn't ready yet + - php: 7.4 + env: PREFER_LOWEST="" cache: directories: