From 0e8fe5da99700152e06bfc096570c2cf007e00f0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 2 Aug 2026 08:54:02 -0400 Subject: [PATCH] Add Java 25 (LTS) to GH CI builds. --- .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 983304967..ace23cc99 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: # windows-latest is not used due to intermittent network failures os: [ubuntu-latest, macos-latest] # All LTS versions plus the current version - java: [ 11, 17, 21 ] + java: [ 11, 17, 21, 25 ] include: - java: 8 os: ubuntu-latest