diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 817537248f8..e7484864e02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,10 @@ jobs: run: ./tools/composer validate --strict composer.json - name: Ensure that dependencies can be installed - run: ./tools/composer install --dry-run + run: ./tools/composer install + + - name: Ensure that dependencies are up-to-date + run: ./tools/composer show --minor-only --latest --direct --outdated --strict coding-guidelines: name: Coding Guidelines