We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c379636 commit 84c51e3Copy full SHA for 84c51e3
.github/workflows/static.yml
@@ -23,7 +23,7 @@ jobs:
23
coverage: none
24
25
- name: Install Dependencies
26
- run: composer update --prefer-stable --no-interaction --prefer-dist --no-progress --ansi
+ run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi
27
28
- name: Run PHPStan
29
run: vendor/bin/phpstan analyse --no-progress --ansi
0 commit comments