Skip to content

Commit

Permalink
Use "composer outdated" instead of "composer show" (because PHPUnit >…
Browse files Browse the repository at this point in the history
…= 9.6 does not depend on abandoned packages)
  • Loading branch information
sebastianbergmann committed Nov 29, 2023
1 parent 93b9b10 commit 75922e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75922e1

Please sign in to comment.