CI updates (drop 8.4.4, update old-ghcs, update bootstrap plans)#9722
Merged
mergify[bot] merged 4 commits intohaskell:masterfrom Feb 23, 2024
Merged
CI updates (drop 8.4.4, update old-ghcs, update bootstrap plans)#9722mergify[bot] merged 4 commits intohaskell:masterfrom
mergify[bot] merged 4 commits intohaskell:masterfrom
Conversation
Collaborator
mpickering
commented
Feb 16, 2024
- ci: Drop validate 8.4.4 job.
- Add 8.4.4, 8.2.2 and 8.0.2 to old-ghcs validation
- Update bootstrap plans: 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.4, 9.8.1
a2e68c2 to
8080105
Compare
Collaborator
|
It might be worth keeping to test that cabal-install can use an old GHC (even if it is itself built with a newer compiler). "compiled with" and "can use" are orthogonal axes. |
Collaborator
Author
There are the "old-ghcs" jobs but those only test the At the moment there is not CI configuration to test cabal-install with versions of GHC other than those which it has been built with. That seems worthy of another ticket but seems outside the scope of this MR. |
We no longer support 8.4.4 as it is older than three years. cabal-install can still be used with 8.4.4, but just not built with it, and this is tested by the old-ghcs jobs.
We were missing coverage from running tests with these ghc versions.
And add the relevant CI jobs for these plans
It fails in the old-ghcs 8.4.4 configuration, and debugging why seems to have very little pay-off for this niche feature in a very old configuration.
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.