From 79c7dfcfc380214cb0c1c1b5f38229abbf0721b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:06:24 +0200 Subject: [PATCH] test: Skip the PharFactory testson PHP 8.1 (#1024) The Phar Factory tests fail on PHP 8.1 and I am not sure why. However I will probably bump to PHP 8.2 the minimum PHP version soon anyway and the actual used code is a lot more robust hence this should not be a problem. --- tests/Phar/PharFactoryTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Phar/PharFactoryTest.php b/tests/Phar/PharFactoryTest.php index 9f001abbc..e6dc6894e 100644 --- a/tests/Phar/PharFactoryTest.php +++ b/tests/Phar/PharFactoryTest.php @@ -27,6 +27,7 @@ * @covers \KevinGH\Box\Pharaoh\InvalidPhar * * @runTestsInSeparateProcesses + * @requires PHP 8.2.0 * * @internal */