From f54b002a86d21ff031d3d7dd12054a31dd258bb7 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 6 Jan 2022 22:12:06 +0100 Subject: [PATCH] ci: Update PHP configuration. (cherry picked from commit 628861ad51ba0d20e9d0351879339aa1f29a5791) --- .github/workflows/static-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 2adb23164..ef0c5deaa 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -33,7 +33,8 @@ jobs: uses: shivammathur/setup-php@2.16.0 with: php-version: ${{ matrix.php-versions }} - extensions: gd,mbstring,pcov,xdebug + extensions: mbstring + coverage: none tools: cs2pr - name: Get Composer Cache Directory