We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f108eec + 88acd91 commit bef96f3Copy full SHA for bef96f3
tests/basic/GHSA-9pqp-7h25-4f32.phpt
@@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32
5
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
6
die("skip php-cgi not available");
7
}
8
+if (substr(PHP_OS, 0, 3) == 'WIN') {
9
+ die("skip not for Windows in CI - probably resource issue");
10
+}
11
?>
12
--FILE--
13
<?php
0 commit comments