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 26, 2023
1 parent db080c2 commit 9058401
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,17 @@ 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-versions }}
coverage: none
update: true
ini-file: development
env:
PCNTL_PATH: ext/pcntl
PCNTL_CONFIGURE_OPTS: '--enable-pcntl'

- 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 9058401

Please sign in to comment.