Skip to content

Commit 96d3108

Browse files
authored
[TASK] Specify the PHP version range for PHPStan (#1604)
1 parent 3316f73 commit 96d3108

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Build/phpstan/phpstan.neon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ includes:
22
- phpstan-baseline.neon
33

44
parameters:
5-
phpVersion: 70200
5+
phpVersion:
6+
min: 70200
7+
max: 80500
68

79
level: 6
810

0 commit comments

Comments
 (0)