symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve CI with prefer lowest

Jean85 opened this issue · comments

I'm currently contributing a new recipe (#259) and I'm greatly appreciating the automatic review and CI process.

I think that the second part, the CI on Travis, should be improved with a --prefer-lowest job, were we validate the fact that the lowest version defined by the contributed recipe is in fact correct.

Closing as stalled.
For the record, https://github.com/symfony/recipes/tree/main/.github/workflows is the place where this could be implemented.