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 50b901c commit d68b506Copy full SHA for d68b506
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: shivammathur/setup-php@v2
30
with:
31
php-version: ${{ matrix.php }}
32
- coverage: xdebug
+ coverage: ${{ matrix.php < 8.0 && 'xdebug' || 'pcov' }}
33
ini-file: development
34
- run: composer install
35
- run: docker run -d --name mysql --net=host -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_DATABASE=test -e MYSQL_USER=test -e MYSQL_PASSWORD=test mysql:5
0 commit comments