Skip to content

Commit

Permalink
Add 8.3 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Aug 18, 2023
1 parent 2c7391a commit 18b74b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Analyzer/ProjectAnalyzer.php
Expand Up @@ -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
Expand Down

0 comments on commit 18b74b1

Please sign in to comment.