CPU October 2025 Update release numbers

This commit is contained in:
christian 2025-10-23 11:51:51 +02:00 committed by GitHub
parent 4236092258
commit 05c919fb32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,8 +118,8 @@ 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`, `25` - major versions: `8`, `11`, `17`, `21`, `25`
- more specific versions: `8.0.462+8`, `8.0.462`, `11.0.28`, `17.0`, `21.0`, `21.0.8` - more specific versions: `8.0.472`, `11.0.29`, `17.0`, `21.0`, `21.0.9`, `25.0.1`
- early access (EA) versions: `25-ea`, `26-ea`, `26.0.0-ea` - early access (EA) versions: `21-ea`, `25-ea`, `26-ea`, `26.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.