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 7a2fac6 commit c423e45Copy full SHA for c423e45
.github/workflows/run-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: shivammathur/setup-php@v2
27
with:
28
php-version: ${{ matrix.php }}
29
- extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, grpc
+ extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, exif, iconv, fileinfo, grpc, pcov
30
coverage: none
31
32
- name: Setup problem matchers
0 commit comments