GHA: add missing PHP extensions

This commit is contained in:
Bartek Fabiszewski 2022-03-19 20:20:58 +01:00
parent 1e233e5aa3
commit ce7cadcee8

View File

@ -63,7 +63,7 @@ jobs:
- name: PHPUnit tests - name: PHPUnit tests
uses: php-actions/phpunit@v3 uses: php-actions/phpunit@v3
with: with:
php_extensions: xdebug php_extensions: pdo_${{ matrix.config.db-driver }} xdebug
bootstrap: vendor/autoload.php bootstrap: vendor/autoload.php
configuration: .tests/phpunit.xml configuration: .tests/phpunit.xml
args: --coverage-text args: --coverage-text