We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea91fb commit 7039cc9Copy full SHA for 7039cc9
1 file changed
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: php-actions/composer@v6
51
with:
52
php_version: ${{ matrix.php-version }}
53
- php_extensions: pcov
+ php_extensions: pcov,pcntl
54
command: 'dev-tools'
55
args: 'tests -- --coverage=public/coverage'
56
0 commit comments