mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Add 8.3 as supported version
This commit is contained in:
parent
2c7391a649
commit
18b74b1814
@ -202,7 +202,7 @@ class ProjectAnalyzer
|
||||
|
||||
private const PHP_VERSION_REGEX = '^(0|[1-9]\d*)\.(0|[1-9]\d*)(?:\..*)?$';
|
||||
|
||||
private const PHP_SUPPORTED_VERSIONS_REGEX = '^(5\.[456]|7\.[01234]|8\.[012])(\..*)?$';
|
||||
private const PHP_SUPPORTED_VERSIONS_REGEX = '^(5\.[456]|7\.[01234]|8\.[0123])(\..*)?$';
|
||||
|
||||
/**
|
||||
* @param array<ReportOptions> $generated_report_options
|
||||
|
Loading…
Reference in New Issue
Block a user