From 04043d09c493ff64b840e517de61fb8ce9374b98 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 23 Oct 2025 23:22:29 +0200 Subject: [PATCH] Use Java 25 GA for build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9a0e3dc0..0c1947bb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - jdk: [11, 17, 21, 25-ea] + jdk: [11, 17, 21, 25] include: # lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment) - os: ubuntu-latest