diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a430dcb..1f82794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: xdebug + ini-file: development - run: composer install - run: vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 96144ba..df58d9e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,5 +19,10 @@ + + + + + diff --git a/phpunit.xml.legacy b/phpunit.xml.legacy index 109458b..8ad9394 100644 --- a/phpunit.xml.legacy +++ b/phpunit.xml.legacy @@ -17,5 +17,10 @@ + + + + +