From 0b0c843aeeb44e169b875c3630026c5a71162303 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Tue, 15 Sep 2020 16:25:54 +0200 Subject: [PATCH] Remove unneeded PHP extensions to speed up tests --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0c61ae5..dce4f69 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -39,7 +39,7 @@ jobs: uses: shivammathur/setup-php@v2 with: 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 - name: Install dependencies