@@ -9,7 +9,7 @@ JDKs built by Oracle are [Oracle JDK](https://www.oracle.com/java/technologies/d
99| Input Name | Default Value | Description |
1010| -----------------------| --------------:| -----------------------------------------------------------------|
1111| ` website ` | ` oracle.com ` | From where the JDK should be downloaded from. |
12- | ` release ` | ` 21 ` | Java feature release number or name of an Early-Access project. |
12+ | ` release ` | ` 22 ` | Java feature release number or name of an Early-Access project. |
1313| ` version ` | ` latest ` | An explicit version of a Java release. |
1414| ` install ` | ` true ` | Install the downloaded JDK archive file. |
1515| ` install-as-version ` | _ empty_ | Control the value passed as ` java-version ` |
@@ -35,7 +35,7 @@ Following values are supported:
3535### Input ` release `
3636
3737The ` release ` input denotes a Java feature release number (` 17 ` , ` 18 ` , ...) or a name of an Early-Access project (` loom ` , ...).
38- It defaults to the current General-Availability Release for the Java SE platform., which is ` 21 ` as of today.
38+ It defaults to the current General-Availability Release for the Java SE platform., which is ` 22 ` as of today.
3939
4040Note that websites may offer a different set of available releases.
4141For example, ` oracle.com ` only offers releases of ` 17 ` and above; it does not offer any Early-Access releases.
@@ -91,11 +91,11 @@ The following examples use the [JDK Script Friendly URLs](https://www.oracle.com
9191
9292``` yaml
9393steps :
94- - name : ' Set up latest Oracle JDK 21 '
94+ - name : ' Set up latest Oracle JDK 22 '
9595 uses : oracle-actions/setup-java@v1
9696 with :
9797 website : oracle.com
98- release : 21
98+ release : 22
9999` ` `
100100
101101### Download and install a specific version of Oracle JDK
0 commit comments