Skip to content

Commit c1a50b9

Browse files
committed
Reduce the number of extensions we install
1 parent a9edb78 commit c1a50b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: shivammathur/setup-php@v2
3030
with:
3131
php-version: ${{ matrix.php }}
32-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
32+
extensions: fileinfo, exif, gd, pdo, sqlite, pdo_sqlite, intl
3333

3434
- name: Install dependencies
3535
run: |

0 commit comments

Comments
 (0)