From f53857600577a0bca945844d557cb092293c10c9 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Thu, 9 Apr 2026 10:56:07 -0500 Subject: [PATCH] add Java 25 for testing --- .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 16bbbdba9..51ca58b66 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: os: [ ubuntu-latest, windows-latest ] - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 25 ] steps: - name: Checkout ci.common