We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967dac8 commit 9aa0325Copy full SHA for 9aa0325
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ matrix.php }}
28
- coverage: xdebug
+ coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
29
ini-file: development
30
- run: composer install
31
- run: vendor/bin/phpunit --coverage-text
0 commit comments