-
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
Upgrade actions/setup-java v3.8.0 -> v3.11.0 #668
Conversation
Suggested commit message:
|
06961be
to
9d7e772
Compare
Looks good. No mutations were possible for these changes. |
3affadc
to
783ee54
Compare
783ee54
to
62059f1
Compare
Looks good. No mutations were possible for these changes. |
Kudos, SonarCloud Quality Gate passed! |
This PR contains the following updates:
v3.8.0
->v3.11.0
Release Notes
actions/setup-java
v3.11.0
Compare Source
In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
semeru
oracle
v3.10.0
Compare Source
In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
oracle
v3.9.0
Compare Source
In scope of this release we add support for
.java-version
file (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.