Skip to content

Commit c4c7960

Browse files
committed
lock version and fix path
1 parent 19ccfa3 commit c4c7960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
with:
3636
coverage: none
3737
php-version: 7.4
38-
tools: cs2pr
38+
tools: cs2pr, phpstan:1.10.63
3939

4040
- name: Install dependencies with Composer
4141
uses: ramsey/composer-install@v2
4242

4343
- name: Run static analysis
44-
run: vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr
44+
run: phpstan analyse --error-format=checkstyle | cs2pr

0 commit comments

Comments
 (0)