Skip to content

Commit 0b3599c

Browse files
committed
TEST
1 parent 71d8a5b commit 0b3599c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
- name: Install composer dependencies
2424
uses: ramsey/composer-install@v3
25-
25+
with:
26+
dependency-versions: 'highest'
2627

2728
- name: Run PHPStan
2829
run: ./vendor/bin/phpstan --error-format=github

0 commit comments

Comments
 (0)