We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5867a9a commit 009432eCopy full SHA for 009432e
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: shivammathur/setup-php@v2
24
with:
25
php-version: ${{ matrix.php-versions }}
26
- extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, mysql, intl, gd, exif, iconv
+ extensions: mbstring, intl, exif, iconv
27
coverage: pcov
28
- name: Get composer cache directory
29
id: composercache
0 commit comments