added xdebug and mbstring

This commit is contained in:
2021-06-29 13:14:59 +03:00
committed by GitHub
parent ee0ea99680
commit 9a29937b1b

View File

@@ -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