Skip to content

Commit d7d027a

Browse files
committed
Update github workflow to install dev packages for phpstan
1 parent 655236a commit d7d027a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
- uses: actions/checkout@master
99
- name: PHPStan
1010
uses: docker://oskarstark/phpstan-ga
11+
env:
12+
REQUIRE_DEV: true
1113
with:
1214
args: analyze --no-progress
1315

0 commit comments

Comments
 (0)