Skip to content

Commit

Permalink
Attempt at fixing pcntl in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jan 23, 2023
1 parent 2e792e2 commit 4164b7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, pcntl
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, pcntl-php/php-src@PHP-${{ matrix.php }}
coverage: none
update: true
ini-file: development
env:
PCNTL_PATH: ext/pcntl
PCNTL_CONFIGURE_OPTS: '--enable-pcntl'
- run: |
echo 'extension=pcntl.so' | sudo tee -a /etc/php/${{ matrix.php }}/fpm/conf.d/10-pcntl.ini
- name: composer i
run: |
Expand Down

0 comments on commit 4164b7f

Please sign in to comment.