diff --git a/tests/Processors/ExpandEnumsTest.php b/tests/Processors/ExpandEnumsTest.php index a2ef8968e..dcbac29d2 100644 --- a/tests/Processors/ExpandEnumsTest.php +++ b/tests/Processors/ExpandEnumsTest.php @@ -138,7 +138,7 @@ public function expandEnumClassStringFixtures(): iterable } /** - * @requires PHP >= 8.1 + * @requires PHP 8.1 * * @dataProvider expandEnumClassStringFixtures */ diff --git a/tests/ScratchTest.php b/tests/ScratchTest.php index 26b6fda71..5554ac268 100644 --- a/tests/ScratchTest.php +++ b/tests/ScratchTest.php @@ -28,6 +28,8 @@ public function scratchTests(): iterable * Test scratch fixtures. * * @dataProvider scratchTests + * + * @requires PHP 7.4 */ public function testScratch(string $version, string $scratch, string $spec, array $expectedLog): void {