Skip to content

Commit

Permalink
fixup! 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 4164b7f commit 0a4c9a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,17 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, pcntl-php/php-src@PHP-${{ matrix.php }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql, pcntl-php/php-src@PHP-${{ matrix.php-versions }}
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: Activate pcntl extension
run: |
echo 'extension=pcntl.so' | sudo tee -a /etc/php/${{ matrix.php-versions }}/fpm/conf.d/10-pcntl.ini
- name: composer i
run: |
Expand Down

0 comments on commit 0a4c9a6

Please sign in to comment.