-
Notifications
You must be signed in to change notification settings - Fork 39
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
Build and test on additional platforms and against additional JDKs #301
Conversation
5676b49
to
810fe58
Compare
810fe58
to
e69f82d
Compare
9771f9c
to
3f62b5f
Compare
ea50ded
to
da31915
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.
Rebased and added a commit based on what we discussed offline (if I recall the outcome exactly, that is), plus some other tweaks. In summary:
- Only support the latest non-LTS release.
- Use the latest LTS for non-Linux builds.
- Use specific macOS/Windows versions, like we do for Ubuntu.
- Use Zulu only for the EA build (since Temurin doesn't provide one, IIUC).
Suggested commit message:
Build and test on additional platforms and against additional JDK versions (#301)
Thanks for applying the suggestions from our last discussion 😄! Will mark it as ready for review :). |
e69f82d
to
5ecf901
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. 👍 Alternative suggested commit message (not only different JDK version but also a different distribution, length also under 79 chars):
Build and test on additional platforms and against additional JDKs (#301)
Merged the base branch into this branch (rebasing would require resolving a bunch of conflicts). Will merge once built. |
The UI-based merge operation didn't yield the expected result 🤔. Will fix. |
No description provided.