Skip to content

Commit 539165b

Browse files
Revert "Ensure that dependencies are up-to-date"
This reverts commit 5827e50.
1 parent b1c3d3d commit 539165b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

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

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

4239
coding-guidelines:
4340
name: Coding Guidelines

0 commit comments

Comments
 (0)