Skip to content

Commit bef96f3

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Revert "Enable GHSA-9pqp-7h25-4f32.phpt on Windows"
2 parents f108eec + 88acd91 commit bef96f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/basic/GHSA-9pqp-7h25-4f32.phpt

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32
55
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
66
die("skip php-cgi not available");
77
}
8+
if (substr(PHP_OS, 0, 3) == 'WIN') {
9+
die("skip not for Windows in CI - probably resource issue");
10+
}
811
?>
912
--FILE--
1013
<?php

0 commit comments

Comments
 (0)