From 3aa2d0473d4c053f13a4b9a567a0284a54d9b370 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon Date: Fri, 26 Mar 2021 10:01:28 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f632022..40463a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,9 +57,8 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: composer:v2, flex coverage: pcov - tools: php-cs-fixer + tools: composer:v2, flex, php-cs-fixer - name: Get Composer Cache Directory id: composer-cache