-
-
Notifications
You must be signed in to change notification settings - Fork 394
Remove allow-newer for hiedb #4551
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
@@ -77,4 +77,4 @@ workflows: | |||
multiple-ghcs: | |||
jobs: | |||
- stackage-lts22 | |||
- stackage-nightly | |||
- stackage-lts23 |
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.
the current stackage nightly is using ghc-9.10.1.
So I renamed the job to lts-23 (based on ghc-8.10.4) to reflect reality of the current stack.yaml.
But now repo settings is expecting stackage-nightly job that doesn't exist.
To fix this we can:
- bump nightly resolver to use ghc 9.10 (more work - I would prefer not doing that in this PR)
- change repo settings not to expect stackage-nightly job as mandatory, but to expect stackage-lts23 (but I don't have permissions to fix repo settings)
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.
I'll fix the repo settings
I've just removed the |
Apparently mergify can't update it because it conflicts with master |
Using GHC 9.12 compatible version of hiedb released yesterday.