We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62945b commit ee6a6feCopy full SHA for ee6a6fe
.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
ini-values: memory_limit=-1
79
80
- name: "Install dependencies with Composer"
0 commit comments