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 ede27ab commit 9f6051bCopy full SHA for 9f6051b
.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: docker run --net=host -d redis
0 commit comments