-
Notifications
You must be signed in to change notification settings - Fork 6
ci(GHC): Drop GHC version 8 and add 9.6, 9.8, 9.10 as supported #89
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
96f6062
to
76959ae
Compare
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.
LGTM!
I didn't realize the version bumped was a major one
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 left a comment about the version bump. Also, maybe you want to add the latest GHC version (9.12.1) as part of the tests, as suggested by @jpvillaisaza and @sestrella in Slack?
1.1.1) bump: add GHC version 9.12.2 as supported
@@ -375,7 +377,7 @@ instance ToJSON Notifier where | |||
defaultNotifier :: Notifier | |||
defaultNotifier = Notifier | |||
{ notifierName = "rollbar-client" | |||
, notifierVersion = "1.1.0" | |||
, notifierVersion = T.pack (showVersion Paths.version) |
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.
@davidnbr great improvement 💯
No description provided.