From 271b3c5f42aa0dfd2859a3323dc8507d3e07e0d8 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 5 Feb 2024 13:52:32 +0100 Subject: [PATCH] Use ramsey/composer-install (#429) --- .github/workflows/tests.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d2c3427..cc7836c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,14 +28,6 @@ jobs: - run: composer validate - - id: composer-cache - uses: actions/cache@v4 - with: - path: vendor - key: php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }} - restore-keys: php-${{ matrix.php }}- - - - if: steps.composer-cache.outputs.cache-hit != 'true' - run: composer install --prefer-dist --no-progress --no-suggest + - uses: "ramsey/composer-install@v2" - run: composer run test