diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index f7624d7a..24ae814c 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -91,7 +91,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: mbstring json openssl - coverage: ${{ matrix.coverage }} + coverage: xdebug ini-values: memory_limit=-1 - name: Setup Problem Matchers