From 9a29937b1b3017c80eeb6cdcf55377c0aa1078a2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 29 Jun 2021 13:14:59 +0300 Subject: [PATCH] added xdebug and mbstring --- .github/workflows/phpunit.yml | 1 + 1 file changed, 1 insertion(+) 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