From 0f28cbb9e80b93ca45b48237767ec9aa9751e0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 5 Jan 2021 11:31:55 +0100 Subject: [PATCH] Add more php extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index cd80a1fb093fe..320bfae17d92a 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -41,7 +41,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, oci8 + extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, oci8, gd, imagick tools: phpunit:9 coverage: none