Skip to content

Commit

Permalink
Merge branch 'PHP-8.3' into PHP-8.4
Browse files Browse the repository at this point in the history
* PHP-8.3:
  [skip ci] Mark another phar test as flaky on macOS
  • Loading branch information
iluuu1994 committed Oct 18, 2024
2 parents 9923e14 + ce44a7f commit fe31018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/phar/tests/phar_oo_iswriteable.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ phar
--INI--
phar.readonly=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--
<?php
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.1.phar.php';
Expand Down

0 comments on commit fe31018

Please sign in to comment.