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 3a71bcd commit 620c598Copy full SHA for 620c598
.github/workflows/run-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: shivammathur/setup-php@v2
32
with:
33
php-version: ${{ matrix.php }}
34
- extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
+# extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
35
coverage: none
36
37
- name: Setup problem matchers
0 commit comments