Skip to content

Conversation

@sullis
Copy link
Contributor

@sullis sullis commented Dec 21, 2021

No description provided.

uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'zulu'
Copy link
Member

Choose a reason for hiding this comment

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

I don't think I want to test with Zulu since it's not what most users use.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the reason that I removed 'adopt' is because it is no longer maintained.

https://github.com/actions/setup-java/blob/main/README.md

NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. 

I just pushed a change. I added a JDK matrix:

jdk: ['temurin', 'zulu']

wdyt?

Copy link
Member

Choose a reason for hiding this comment

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

Sure, that sounds good.

@jhalterman
Copy link
Member

Thanks for this!

@jhalterman jhalterman merged commit 14f16e2 into failsafe-lib:master Dec 21, 2021
@sullis sullis deleted the maven-jdk branch December 21, 2021 22:09
@sullis
Copy link
Contributor Author

sullis commented Dec 21, 2021

LGTM

image

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.

2 participants