Skip to content
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

Simplify selection of GHCs to build on #3633

Merged
merged 7 commits into from
Jun 11, 2023
Merged

Conversation

michaelpj
Copy link
Collaborator

The haskell setup action supports using the major version, and then it
will select the latest minor version. That should be fine for us - we
don't have to change anything to get new minor versions, and it's not
too much of a problem to get new minor versions implicitly, since they
should be very unlikely to break things.

The haskell setup action supports using the major version, and then it
will select the latest minor version. That should be fine for us - we
don't have to change anything to get new minor versions, and it's not
too much of a problem to get new minor versions implicitly, since they
should be very unlikely to break things.
@michaelpj michaelpj added the merge me Label to trigger pull request merge label Jun 10, 2023
@michaelpj michaelpj force-pushed the mpj/ghc-major-versions branch 3 times, most recently from 98aff46 to f07c2ff Compare June 10, 2023 15:16
@fendor
Copy link
Collaborator

fendor commented Jun 10, 2023

Then the minor version we install depends on the setup action version?

@michaelpj
Copy link
Collaborator Author

Yep. Which I think is fine? We'll still discover any issues deterministically when that gets updated.

Copy link
Collaborator

@fendor fendor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after a discussion with @michaelpj

@mergify mergify bot merged commit 8176fb8 into master Jun 11, 2023
44 checks passed
@fendor fendor mentioned this pull request Aug 8, 2023
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants