You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing additional_checks without a specific PHP version, the "stable PHP version" is being used.
That "stable PHP version" could be out of range of the actual project.
Current behavior
PHP 8.1 is used for an additional_checks job without an option in a project with minimum PHP 8.2 requirement.
Bug Report
Summary
When providing
additional_checks
without a specific PHP version, the "stable PHP version" is being used.That "stable PHP version" could be out of range of the actual project.
Current behavior
PHP 8.1 is used for an
additional_checks
job without an option in a project with minimum PHP 8.2 requirement.How to reproduce
Expected behavior
Parallel lint is properly executed with the minimum supported PHP version of the project.
The text was updated successfully, but these errors were encountered: