From 539165bf4afe10c758f55215a1057861873a2421 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 29 Nov 2023 13:07:47 +0100 Subject: [PATCH] Revert "Ensure that dependencies are up-to-date" This reverts commit 5827e5060ecd294796f956a359bd8a7bc25325a5. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f53d698427..deda068b2eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,7 @@ jobs: run: ./tools/composer validate --no-ansi --strict composer.json - name: Ensure that dependencies can be installed - run: ./tools/composer --no-ansi install - - - name: Ensure that dependencies are up-to-date - run: ./tools/composer show --no-ansi --minor-only --latest --direct --outdated --strict + run: ./tools/composer install --no-ansi --dry-run coding-guidelines: name: Coding Guidelines