From bb48a0a5b1b5ca856f11aaf3e29dc704117292ac Mon Sep 17 00:00:00 2001 From: christian <153755613+skateball@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:47:44 +0200 Subject: [PATCH] July 2025 Patch update of OpenJDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22bc426b..cd95d2ea 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Currently, the following distributions are supported: #### Supported version syntax 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` -- more specific versions: `8.0.452+9`, `8.0.452`, `11.0.27`, `17.0`, `21.0`, `21.0.7` +- more specific versions: `8.0.452+9`, `8.0.461`, `11.0.28`, `17.0`, `21.0`, `21.0.8` - 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.