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

Update Java versions #151

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Update Java versions #151

merged 1 commit into from
Jun 20, 2024

Conversation

rossabaker
Copy link
Member

ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava)

// MacOS runners do not have temurin@8
ThisBuild / githubWorkflowBuildMatrixExclusions := Seq(
MatrixExclude(Map("os" -> MacOS, "java" -> JavaSpec.temurin("8").render))
Copy link
Member Author

Choose a reason for hiding this comment

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

This could use the PrimaryJava constant, but we really only need to drop what MacOS has dropped. Whenever PrimaryJava progresses to 11, this can be removed... unless MacOS has already dropped that, too.

Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be reasonable to bump PrimaryJava to 11 now? I don't have a lot of context but this is for new projects, and 8 seemed to be accelerating on it's way out

Copy link
Member

Choose a reason for hiding this comment

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

I think we could bump to 11, but that can also happen in a follow up

Copy link
Contributor

@samspills samspills Jun 20, 2024

Choose a reason for hiding this comment

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

I asked Andrew about this and he proposed doing this bump in a follow-up just so it's more explicit haha thanks Andrew!

Copy link
Member

@valencik valencik left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for fixing this!

@valencik valencik merged commit 9c818e8 into main Jun 20, 2024
9 checks passed
@valencik valencik deleted the drop-mac-java-8 branch June 20, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All PRs are failing on missing Temurin 8?
3 participants