8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c827b42 + b648b31 commit 373d775Copy full SHA for 373d775
.github/workflows/unit-tests.yml
@@ -228,12 +228,12 @@ jobs:
228
script -e -c './phpunit --group tty' /dev/null
229
230
- name: Run tests with SIGCHLD enabled PHP
231
- if: "false && matrix.php == '8.2' && ! matrix.mode"
+ if: "matrix.php == '8.2' && ! matrix.mode"
232
run: |
233
mkdir build
234
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
+ wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/php-8.2.0-pcntl-sigchild.tar.bz2
+ tar -xjf php-8.2.0-pcntl-sigchild.tar.bz2
237
cd ..
238
239
./build/php/bin/php ./phpunit --colors=always src/Symfony/Component/Process
0 commit comments