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 5ec07c7 commit 5b9a71dCopy full SHA for 5b9a71d
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: "shivammathur/setup-php@v2"
75
with:
76
php-version: "${{ matrix.php-version }}"
77
- coverage: "pcov"
+ coverage: "xdebug"
78
79
- name: "Install dependencies with Composer"
80
run: "./tools/composer update --no-ansi --no-interaction --no-progress"
0 commit comments