We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a4ce83 + ee6a6fe commit 6f9a7f3Copy full SHA for 6f9a7f3
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: "shivammathur/setup-php@v2"
74
with:
75
php-version: "${{ matrix.php-version }}"
76
- coverage: "pcov"
+ coverage: "xdebug"
77
ini-values: memory_limit=-1
78
79
- name: "Install dependencies with Composer"
0 commit comments