From ad0fb95556fc2626f478a8315788f1fa66c775e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 1 Dec 2020 16:16:43 +0200 Subject: [PATCH 1/2] Disable less tests on php 7.4+ --- tests/LessSourceTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/LessSourceTest.php b/tests/LessSourceTest.php index 4a22b29..225a0b5 100644 --- a/tests/LessSourceTest.php +++ b/tests/LessSourceTest.php @@ -6,6 +6,7 @@ use Minify_HTML_Helper; /** * @requires php < 7.3 + * @see https://github.com/mrclay/minify/pull/685 */ class LessSourceTest extends TestCase { From ad732493b8fa2d0de5cf12c1fcbeaf947f595dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 1 Dec 2020 16:21:47 +0200 Subject: [PATCH 2/2] Remove php 7.4 from allow failures --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eff1331..967f416 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ dist: trusty jobs: fast_finish: true allow_failures: - - php: "7.4" - php: "nightly" - name: "Php CS Fixer" include: