Skip to content

Commit f663395

Browse files
committed
Disabled PHPStan on < 8.0 for now
1 parent d4a66e0 commit f663395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
RUN_PSALM: 'false'
2828
- PHP_VERSION: '7.4'
2929
CODE_COVERAGE: 'true'
30-
RUN_PHPSTAN: 'true'
30+
RUN_PHPSTAN: 'false'
3131
RUN_PSALM: 'true'
3232
- PHP_VERSION: '8.0'
3333
CODE_COVERAGE: 'true'

0 commit comments

Comments
 (0)