From 2817d8bb431cabded8deab4bdd8256211521e7a4 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Fri, 24 May 2024 13:28:48 +0200 Subject: [PATCH] ci: update php setup for integration check Signed-off-by: Luka Trovic --- .github/workflows/integration.yml | 2 +- .github/workflows/phpunit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 95e6783d2..d53f5ccd5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,7 +72,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} tools: phpunit - extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, + extensions: mbstring, gd, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, coverage: none - name: Set up PHPUnit diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 48c5ee220..04cda0056 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -62,7 +62,7 @@ jobs: path: apps/${{ env.APP_NAME }} - name: Set up php ${{ matrix.php-versions }} - uses: shivammathur/setup-php@2.18.0 + uses: shivammathur/setup-php@2.15.0 with: php-version: ${{ matrix.php-versions }} tools: phpunit