We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf26e6d + 151a7a0 commit bbd217fCopy full SHA for bbd217f
src/Psalm/Internal/Analyzer/ProjectAnalyzer.php
@@ -190,7 +190,7 @@ final class ProjectAnalyzer
190
191
private const PHP_VERSION_REGEX = '^(0|[1-9]\d*)\.(0|[1-9]\d*)(?:\..*)?$';
192
193
- private const PHP_SUPPORTED_VERSIONS_REGEX = '^(5\.[456]|7\.[01234]|8\.[01234])(\..*)?$';
+ private const PHP_SUPPORTED_VERSIONS_REGEX = '^(5\.[456]|7\.[01234]|8\.[012345])(\..*)?$';
194
195
/**
196
* @param array<ReportOptions> $generated_report_options
0 commit comments