Skip to content

Commit 5827e50

Browse files
Ensure that dependencies are up-to-date
1 parent 9c1ff0a commit 5827e50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
run: ./tools/composer validate --strict composer.json
3535

3636
- name: Ensure that dependencies can be installed
37-
run: ./tools/composer install --dry-run
37+
run: ./tools/composer install
38+
39+
- name: Ensure that dependencies are up-to-date
40+
run: ./tools/composer show --minor-only --latest --direct --outdated --strict
3841

3942
coding-guidelines:
4043
name: Coding Guidelines

0 commit comments

Comments
 (0)