8000 [7.0] Enable sigchild tests · symfony/symfony@b648b31 · GitHub
[go: up one dir, main page]

Skip to content

Commit b648b31

Browse files
[7.0] Enable sigchild tests
1 parent c827b42 commit b648b31

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