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

Use Java 17 on CI. #1140

Merged
merged 4 commits into from
Feb 14, 2022
Merged

Use Java 17 on CI. #1140

merged 4 commits into from
Feb 14, 2022

Conversation

colinrtwhite
Copy link
Member

No description provided.

@@ -17,7 +17,8 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
java-version: 17
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggesting use zulu instead of adopt,
https://api.adoptopenjdk.net/

Copy link
Member Author

Choose a reason for hiding this comment

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

@Goooler What's the benefit? I thought zulu was best for M1 Macs, though I don't think the Github Mac runners are M1.

Copy link
Contributor

@Goooler Goooler Feb 14, 2022

Choose a reason for hiding this comment

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

As Jake recommending this.😃

Copy link
Member Author

Choose a reason for hiding this comment

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

Sounds good to me :)

@colinrtwhite colinrtwhite merged commit df64a98 into main Feb 14, 2022
@colinrtwhite colinrtwhite deleted the colin/java_17 branch February 14, 2022 18:58
colinrtwhite added a commit that referenced this pull request Oct 5, 2022
* Use Java 17 on CI.

* Enable cache.

* Use zulu.

* Don't cache.
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.

None yet

2 participants