Skip GHSA-9pqp-7h25-4f32 test on Windows

This commit is contained in:
Jakub Zelenka 2024-09-23 18:54:31 +01:00
parent 8d87bc3e26
commit 4bcc7d5778
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4

View file

@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
die("skip php-cgi not available");
}
if (substr(PHP_OS, 0, 3) == 'WIN') {
die("skip not for Windows in CI - probably resource issue");
}
?>
--FILE--
<?php