Remove unneeded PHP extensions to speed up tests

This commit is contained in:
Alex Bouma 2020-09-15 16:25:54 +02:00
parent c3142a101c
commit 0b0c843aee
No known key found for this signature in database
GPG Key ID: AC101F160BEBEA17
1 changed files with 1 additions and 1 deletions

View File

@ -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