-
Notifications
You must be signed in to change notification settings - Fork 718
ci: Fix quick-jobs GHC version to 9.6 #10026
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Let's expedite this fix, since CI is broken currently due to this problem.
I mean, after CI passes. :) |
The other quick jobs are failing now. For the same reason, presumably. A more future-proof solution would be to make them all work with 9.10. |
5116ffd
to
67453b8
Compare
I pushed a version with the fix propagated to other quick jobs. It brings horrible duplication. At least, I created a variable for the version of GHC. |
@mergify backport 3.12 |
✅ Backports have been created
|
(cherry picked from commit 305033b) # Conflicts: # .github/workflows/quick-jobs.yml
(cherry picked from commit 305033b) # Conflicts: # .github/workflows/quick-jobs.yml
This should fix the CI quick jobs that have been failing recently due to a sudden update of the runner-provided GHC to 9.10. Could you please have a look @Mikolaj