Skip to content

Commit adaab47

Browse files
committed
PHPStan ignore PHP-80 related files and enable on 7.4
1 parent f663395 commit adaab47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
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: 'false'
30+
RUN_PHPSTAN: 'true'
3131
RUN_PSALM: 'true'
3232
- PHP_VERSION: '8.0'
3333
CODE_COVERAGE: 'true'

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
- tests
66
excludePaths:
77
- tests/*-native.php
8-
- src/*-80.php
8+
- src/php80/*
99

1010
services:
1111
-

0 commit comments

Comments
 (0)