We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b099c commit 067b592Copy full SHA for 067b592
.github/workflows/tests.yaml
@@ -54,7 +54,7 @@ jobs:
54
- uses: shivammathur/setup-php@v2
55
with:
56
php-version: ${{ matrix.php }}
57
- coverage: xdebug
+ coverage: pcov
58
- run: |
59
sed -ri '/symfony\/(monolog-bundle|phpunit-bridge|messenger|psr-http-message-bridge|polyfill-php80)/! s/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'${{ matrix.symfony_constraint }}'"/' composer.json;
60
if: matrix.symfony_constraint
0 commit comments