Skip to content

Commit 7039cc9

Browse files
committed
feat: add pcntl extension to PHPUnit test workflow
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 1ea91fb commit 7039cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: php-actions/composer@v6
5151
with:
5252
php_version: ${{ matrix.php-version }}
53-
php_extensions: pcov
53+
php_extensions: pcov,pcntl
5454
command: 'dev-tools'
5555
args: 'tests -- --coverage=public/coverage'
5656

0 commit comments

Comments
 (0)