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 61cc0e0 commit ae2be97Copy full SHA for ae2be97
.github/workflows/run-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
php-version: ${{ matrix.php }}
56
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
57
- coverage: pcov
+ coverage: xdebug
58
59
- name: Install dependencies
60
run: |
0 commit comments