Skip to content

Commit cbdcf27

Browse files
committed
Add Require Dev to phpstan config
1 parent cfe7377 commit cbdcf27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ jobs:
3838

3939
- name: Run PHPStan
4040
uses: docker://oskarstark/phpstan-ga
41+
env:
42+
REQUIRE_DEV: true
4143
with:
4244
args: analyse src/ --level=6

0 commit comments

Comments
 (0)