Skip to content

Commit 2f70b48

Browse files
authored
Merge pull request #88 from Paneon/Macavity-patch-1
Update PHPStan action
2 parents d4d57a8 + cbdcf27 commit 2f70b48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: phpunit
3838

3939
- name: Run PHPStan
40-
uses: actions-x/phpstan@v1
40+
uses: docker://oskarstark/phpstan-ga
41+
env:
42+
REQUIRE_DEV: true
4143
with:
42-
paths: src
43-
level: 6
44-
phpstanVersion: ^0.12
44+
args: analyse src/ --level=6

0 commit comments

Comments
 (0)