We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c77b9b commit 05b2429Copy full SHA for 05b2429
.github/workflows/tests.yaml
@@ -56,7 +56,7 @@ jobs:
56
- uses: shivammathur/setup-php@v2
57
with:
58
php-version: ${{ matrix.php }}
59
- coverage: xdebug
+ coverage: pcov
60
- name: Install Symfony Flex
61
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
62
- run: composer remove --dev symfony/messenger --no-update
0 commit comments