From 60ee24f0ac685e6ad8e939a6f736286029a1b84f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 22 Jul 2022 08:47:26 +0200 Subject: [PATCH] Fix GitHub CI --- .github/workflows/tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index faeadf70a..6cadcd244 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,9 +56,10 @@ jobs: restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer- - name: "Require symfony/flex" - run: composer global require --no-progress --no-scripts --no-plugins symfony/flex + run: composer require --no-progress --no-scripts --no-plugins symfony/flex - - run: composer update + - name: "Install dependencies" + run: composer update --no-interaction --prefer-dist --optimize-autoloader - name: "Install PHPUnit" run: vendor/bin/simple-phpunit install