From 81a4d1ea5a7001ce6115549d1d4e826f68f244a2 Mon Sep 17 00:00:00 2001 From: christian <153755613+skateball@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:13:49 +0200 Subject: [PATCH] Update about GA of Java 25 yesterday Java/OpenJDK 25 was released. Therefore Java 24 is out of support. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8d70036..614bb20e 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ 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` +- 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` -- early access (EA) versions: `25-ea`, `25.0.0-ea` +- early access (EA) versions: `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.