Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added kleidukos/get-tested action to generate CI matrix #64

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

DavidMazarro
Copy link
Member

@DavidMazarro DavidMazarro commented Jan 23, 2024

Thanks to the get-tested action, we can automatically generate the matrix of GHC versions to run the CI on. This keeps the tested-with versions we set in Cabal files accurate to what is actually being tested in the CI.

Since the action takes one Cabal file as reference, I pointed it to rollbar-client.cabal since that is the main library in this repository. In any case, us maintainers need to keep all of the tested-with versions in sync across the four Haskell packages we offer in this repository.

To generate the CI runner matrix based on the Cabal `tested-with` field.
@DavidMazarro DavidMazarro added the ci Changes to the CI workflow label Jan 23, 2024
@DavidMazarro DavidMazarro self-assigned this Jan 23, 2024
Copy link
Member

@sestrella sestrella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DavidMazarro amazing work! LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to the CI workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants