Skip to content

Commit 84c51e3

Browse files
committed
Fix problem with "static" workflow not using prefer-lowest
1 parent c379636 commit 84c51e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverage: none
2424

2525
- name: Install Dependencies
26-
run: composer update --prefer-stable --no-interaction --prefer-dist --no-progress --ansi
26+
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi
2727

2828
- name: Run PHPStan
2929
run: vendor/bin/phpstan analyse --no-progress --ansi

0 commit comments

Comments
 (0)