Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0b0c843

Browse files
committed
Remove unneeded PHP extensions to speed up tests
1 parent c3142a1 commit 0b0c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: shivammathur/setup-php@v2
4040
with:
4141
php-version: ${{ matrix.php }}
42-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
42+
extensions: curl, dom, libxml, mbstring, pdo, sqlite, pdo_sqlite, zip
4343
coverage: pcov
4444

4545
- name: Install dependencies

0 commit comments

Comments
 (0)