Remove unneeded PHP extensions to speed up tests
This commit is contained in:
parent
c3142a101c
commit
0b0c843aee
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
|
extensions: curl, dom, libxml, mbstring, pdo, sqlite, pdo_sqlite, zip
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue