Skip to content

Commit 75922e1

Browse files
Use "composer outdated" instead of "composer show" (because PHPUnit >= 9.6 does not depend on abandoned packages)
1 parent 93b9b10 commit 75922e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./tools/composer --no-ansi install
3838

3939
- name: Ensure that dependencies are up-to-date
40-
run: ./tools/composer show --no-ansi --minor-only --latest --direct --outdated --strict
40+
run: ./tools/composer outdated --no-ansi --strict
4141

4242
coding-guidelines:
4343
name: Coding Guidelines

0 commit comments

Comments
 (0)