8000 minor #50463 [7.0] Enable sigchild tests (nicolas-grekas) · symfony/symfony@373d775 · GitHub
[go: up one dir, main page]

Skip to content

Commit 373d775

Browse files
minor #50463 [7.0] Enable sigchild tests (nicolas-grekas)
This PR was merged into the 7.0 branch. Discussion ---------- [7.0] Enable sigchild tests | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Thanks `@derrabus` for shipping the binary! Commits ------- b648b31 [7.0] Enable sigchild tests
2 parents c827b42 + b648b31 commit 373d775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ jobs:
228228
script -e -c './phpunit --group tty' /dev/null
229229
230230
- name: Run tests with SIGCHLD enabled PHP
231-
if: "false && matrix.php == '8.2' && ! matrix.mode"
231+
if: "matrix.php == '8.2' && ! matrix.mode"
232232
run: |
233233
mkdir build
234234
cd build
235-
wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/php-8.2.6-pcntl-sigchild.tar.bz2
236-
tar -xjf php-8.2.6-pcntl-sigchild.tar.bz2
235+
wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/php-8.2.0-pcntl-sigchild.tar.bz2
236+
tar -xjf php-8.2.0-pcntl-sigchild.tar.bz2
237237
cd ..
238238
239239
./build/php/bin/php ./phpunit --colors=always src/Symfony/Component/Process

0 commit comments

Comments
 (0)
0