We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed2c645 + d8f411f commit acece5eCopy full SHA for acece5e
Tests/ProcessTest.php
@@ -1686,6 +1686,9 @@ public function testNotIgnoringSignal()
1686
if (!\function_exists('pcntl_signal')) {
1687
$this->markTestSkipped('pnctl extension is required.');
1688
}
1689
+ if (\PHP_VERSION_ID < 80300 && isset($_SERVER['GITHUB_ACTIONS'])) {
1690
+ $this->markTestSkipped('Transient on GHA with PHP < 8.3');
1691
+ }
1692
1693
$process = $this->getProcess(['sleep', '10']);
1694
0 commit comments