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

Add jdk 21 #541

Closed
sleski opened this issue Sep 25, 2023 · 4 comments
Closed

Add jdk 21 #541

sleski opened this issue Sep 25, 2023 · 4 comments
Labels
feature request New feature or request to improve the current logic needs triage

Comments

@sleski
Copy link

sleski commented Sep 25, 2023

Description:
19.09.2023 new LTS was released - jdk 21, please add possibility to use it via github-actions.

Justification:
new Java LTS was released.

Are you willing to submit a PR?

@sleski sleski added feature request New feature or request to improve the current logic needs triage labels Sep 25, 2023
@sleski
Copy link
Author

sleski commented Sep 25, 2023

My mistake, we do not need this.

@sleski sleski closed this as completed Sep 25, 2023
@hertg
Copy link

hertg commented Sep 26, 2023

For anybody stumbling here. The JDK 21 has not yet been released for the temurin distribution. For the time being, the early access build can be used by specifying 21-ea.

- uses: actions/setup-java@v3
  with:
    distribution: temurin
    java-version: 21-ea

https://adoptium.net/blog/2023/08/early-access-builds/

@beatngu13
Copy link
Contributor

Regarding Temurin 21:

https://adoptium.net/en-GB/blog/2023/09/temurin21-delay/

@garydgregory
Copy link

Temurin 21 looks to be available on most platforms: adoptium/temurin#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic needs triage
Projects
None yet
Development

No branches or pull requests

4 participants