Bump validate workflow ghc versions#11780
Merged
Merged
Conversation
ulysses4ever
approved these changes
May 4, 2026
Collaborator
Author
|
Will this need backporting? |
Collaborator
|
we currently don't anticipate further minor releases, so not necessarily, I think. But we could. The 3.18 branch isn't cut yet, so when it is, it will get this CI update (assuming we merge this before the cut). |
ffaf1
reviewed
May 5, 2026
ffaf1
approved these changes
May 6, 2026
- Bump reuseable release GHC 9.10.* - Bump gitlab GHC 9.10.* - For more detail see scripts/test.bash
d604211 to
0b13cd9
Compare
Contributor
Merge Queue Status
This pull request spent 1 hour 49 minutes 35 seconds in the queue, including 1 hour 38 minutes 54 seconds running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the validate workflow to use
ghc-9.10.3(up fromghc-9.10.2) andghc-9.12.4(up fromghc-9.12.2).Also includes commits to do the same for the reusable release workflow and the gitlab one.
I've not touched the bootstrap workflow but note it is on
ghc-9.12.2:cabal/.github/workflows/bootstrap.yml
Line 22 in e6ff0cc