Skip to content

Commit 9e39cfb

Browse files
Merge branch '9.6' into 10.5
2 parents 5c4ad68 + 7000410 commit 9e39cfb

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)