We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449d3e7 commit 8889ce5Copy full SHA for 8889ce5
.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