We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9035b3 commit ddde40eCopy full SHA for ddde40e
build/ignore-by-php-version.neon.php
@@ -33,7 +33,7 @@
33
$includes[] = __DIR__ . '/deprecated-8.4.neon';
34
}
35
36
-if (PHP_VERSION_ID < 80100) {
+if (PHP_VERSION_ID < 80200) {
37
$includes[] = __DIR__ . '/old-phpunit.neon';
38
} else {
39
$includes[] = __DIR__ . '/new-phpunit.neon';
0 commit comments