Skip to content

Commit 82a91d9

Browse files
committed
skip transient test on GitHub Actions
1 parent d7a1cdf commit 82a91d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Process/Tests/ProcessTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,9 @@ public function testNotIgnoringSignal()
16891689
if (!\function_exists('pcntl_signal')) {
16901690
$this->markTestSkipped('pnctl extension is required.');
16911691
}
1692+
if (\PHP_VERSION_ID < 80300 && isset($_SERVER['GITHUB_ACTIONS'])) {
1693+
$this->markTestSkipped('Transient on GHA with PHP < 8.3');
1694+
}
16921695

16931696
$process = $this->getProcess(['sleep', '10']);
16941697

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy