mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Another flaky macOS phar test
This commit is contained in:
commit
dfd8c0ca05
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ phar
|
||||||
--INI--
|
--INI--
|
||||||
phar.readonly=0
|
phar.readonly=0
|
||||||
phar.require_hash=0
|
phar.require_hash=0
|
||||||
|
--SKIPIF--
|
||||||
|
<?php
|
||||||
|
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") {
|
||||||
|
die("flaky Occasionally segfaults on macOS for unknown reasons");
|
||||||
|
}
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue