Skip to content

Commit f4052be

Browse files
committed
Similar to PHPUnit, trigger PHPStan version which is actually in the project
1 parent f2b84ff commit f4052be

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,5 @@ jobs:
3737
- name: Run PHPUnit
3838
run: composer run phpunit
3939

40-
- name: Run PHPStan
41-
uses: docker://oskarstark/phpstan-ga
42-
env:
43-
REQUIRE_DEV: true
44-
with:
45-
args: analyse src/ --level=6
40+
- name: Run PHPUnit
41+
run: composer run phpstan

0 commit comments

Comments
 (0)