GHA: add missing PHP extensions
This commit is contained in:
parent
1e233e5aa3
commit
ce7cadcee8
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
- name: PHPUnit tests
|
||||
uses: php-actions/phpunit@v3
|
||||
with:
|
||||
php_extensions: xdebug
|
||||
php_extensions: pdo_${{ matrix.config.db-driver }} xdebug
|
||||
bootstrap: vendor/autoload.php
|
||||
configuration: .tests/phpunit.xml
|
||||
args: --coverage-text
|
||||
|
Loading…
x
Reference in New Issue
Block a user