This commit is contained in:
Nicolas Grekas 2021-06-27 13:30:21 +02:00
parent 8838f925ba
commit bb59651e48
1 changed files with 3 additions and 3 deletions

View File

@ -203,12 +203,12 @@ jobs:
[[ ! $X ]] || (exit 1)
- name: Run tests with SIGCHLD enabled PHP
if: "${{ matrix.php == '7.1' }}"
if: "${{ matrix.php == '7.2' && ! matrix.mode }}"
run: |
mkdir build
cd build
wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-pcntl-sigchild.tar.bz2
tar -xjf php-7.1.3-pcntl-sigchild.tar.bz2
wget -q https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.2.5-pcntl-sigchild.tar.bz2
tar -xjf php-7.2.5-pcntl-sigchild.tar.bz2
cd ..
./build/php/bin/php ./phpunit --colors=always src/Symfony/Component/Process