mirror of
https://github.com/actions/setup-java.git
synced 2025-08-19 19:21:04 +00:00
Update java minor versions of java8 to current July2025 Patch Update
This commit is contained in:
parent
bb48a0a5b1
commit
90ceecbbf2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Currently, the following distributions are supported:
|
||||||
#### Supported version syntax
|
#### Supported version syntax
|
||||||
The `java-version` input supports an exact version or a version range using [SemVer](https://semver.org/) notation:
|
The `java-version` input supports an exact version or a version range using [SemVer](https://semver.org/) notation:
|
||||||
- major versions: `8`, `11`, `17`, `21`, `24`
|
- major versions: `8`, `11`, `17`, `21`, `24`
|
||||||
- more specific versions: `8.0.452+9`, `8.0.461`, `11.0.28`, `17.0`, `21.0`, `21.0.8`
|
- more specific versions: `8.0.462+8`, `8.0.462`, `11.0.28`, `17.0`, `21.0`, `21.0.8`
|
||||||
- early access (EA) versions: `25-ea`, `25.0.0-ea`
|
- early access (EA) versions: `25-ea`, `25.0.0-ea`
|
||||||
|
|
||||||
**NOTE:** The different distributors can provide discrepant list of available versions / supported configurations. Please refer to the official documentation to see the list of supported versions.
|
**NOTE:** The different distributors can provide discrepant list of available versions / supported configurations. Please refer to the official documentation to see the list of supported versions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue