Skip to content

Commit 7000410

Browse files
Merge branch '8.5' into 9.6
2 parents 75922e1 + 539165b commit 7000410

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 outdated --no-ansi --strict
37+
run: ./tools/composer install --no-ansi --dry-run
4138

4239
coding-guidelines:
4340
name: Coding Guidelines

0 commit comments

Comments
 (0)