- Issue created by @murz
- 🇪🇸Spain fjgarlin
Well, the "linting" jobs do depend on the "composer" job. It's not just a dependency for the "testing" jobs so I'd really say that it's working as designed.
If you'd want to change this behaviour in your pipelines, you could do so with an override like this:
composer-lint: needs: -"composer (max PHP version)"
Also, I'd say this is a bit of an edge case, where the "current default" is being disabled in favor of a variant, so I don't think we should overcomplicate things in the templates when it is easy to override the setting as shown above.