Skip to content

Commit

Permalink
ci: use pcntl package
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 8, 2024
1 parent 0d8f8d7 commit 42aeef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php }}
php_extensions: pcntl

- name: Archive build
run: mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
with:
version: 10
php_version: ${{ matrix.php }}
php_extensions: xdebug
php_extensions: xdebug pcntl
coverage_text: _coverage/coverage.txt
coverage_clover: _coverage/clover.xml

Expand Down

0 comments on commit 42aeef2

Please sign in to comment.