diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5e8bf11..5ca3d58 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,6 +14,7 @@ jobs: - name: PHPUnit Tests uses: php-actions/phpunit@v2 with: + php_extensions: xdebug mbstring bootstrap: vendor/autoload.php configuration: phpunit.xml args: --coverage-text