Skip to content

Commit 37a4db8

Browse files
authored
...
1 parent ab48d7e commit 37a4db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install PHPStan Composer dependencies
4242
working-directory: phpstan
4343
#old PM has security issues, we don't care because it's only for static analysis
44-
run: composer install --prefer-dist --no-interaction --no-security-blocking
44+
run: composer update --prefer-dist --no-interaction --no-security-blocking
4545

4646
- name: Run PHPStan
4747
working-directory: phpstan

0 commit comments

Comments
 (0)