diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6916f3d205b..51fa38d0726 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 outdated --no-ansi --strict + run: ./tools/composer install --no-ansi --dry-run coding-guidelines: name: Coding Guidelines