Skip to content

Commit b8d5e75

Browse files
committed
fix
1 parent 1d0c716 commit b8d5e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ignore-by-php-version.neon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$includes[] = __DIR__ . '/deprecated-8.4.neon';
3636
}
3737

38-
if (PHP_VERSION_ID < 80200) {
38+
if (PHP_VERSION_ID < 80100) {
3939
$includes[] = __DIR__ . '/old-phpunit.neon';
4040
} else {
4141
$includes[] = __DIR__ . '/new-phpunit.neon';

0 commit comments

Comments
 (0)