Dynamic matrix definition #3646
Unanswered
Kleidukos
asked this question in
Request a Feature
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to suggest that matrices can be generated from a JSON object, which enables CI jobs to be generated from a list of supported compiler versions that lives in the git tree of a project.
In Haskell for instance, project files have a list of supported compiler versions that a tool like get-tested parses to produce a list of jobs.
This is especially useful because there is one authoritative list of supported versions, that informs the CI.
Beta Was this translation helpful? Give feedback.
All reactions