We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c3d3d commit 539165bCopy full SHA for 539165b
.github/workflows/ci.yml
@@ -34,10 +34,7 @@ jobs:
34
run: ./tools/composer validate --no-ansi --strict composer.json
35
36
- 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
+ run: ./tools/composer install --no-ansi --dry-run
41
42
coding-guidelines:
43
name: Coding Guidelines
0 commit comments