diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3d5a75b656..85e2ba2fb8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: 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 outdated --no-ansi --strict coding-guidelines: name: Coding Guidelines