From 9d6ec5416e903c52fc607569237da5141e657b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Sun, 16 Oct 2022 05:26:49 +0200 Subject: [PATCH] [TASK] Remove composer install from coverage workflow This change removes composer from install list of direct php installation which sadly is still needed due issues with coverageall upload. --- .github/workflows/codecoverage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index a5e46ed..e294763 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -17,7 +17,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php-version }}" - tools: composer:v2.4 extensions: xdebug, mysqli coverage: xdebug - name: "Set composer token"