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
I am currently working on providing integration tests in #62
There, I've seen that @lowest and @latest is not properly handled by the matrix action when it comes to explicit checks provided by the projects .laminas-ci.json
Current behavior
When @lowest and/or @latest is used for job.php, the action does skip that job:
::warning::Invalid job provided; no PHP version or unknown PHP version specified: {"php":"@lowest","dependencies":"locked","command":"vendor/bin/phpunit"}
::warning::Invalid job provided; no PHP version or unknown PHP version specified: {"php":"@latest","dependencies":"locked","command":"vendor/bin/phpunit"}
Matrix does not report a warning for @lowest or @latest and properly uses the lowest and latest supported PHP version by the project within the job declaration.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
I am currently working on providing integration tests in #62
There, I've seen that
@lowest
and@latest
is not properly handled by the matrix action when it comes to explicit checks provided by the projects.laminas-ci.json
Current behavior
When
@lowest
and/or@latest
is used forjob.php
, the action does skip that job:How to reproduce
.laminas-ci.json
Expected behavior
Matrix does not report a warning for
@lowest
or@latest
and properly uses the lowest and latest supported PHP version by the project within the job declaration.The text was updated successfully, but these errors were encountered: