This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 42e658e349 Add Java 25 (LTS) to GH CI
42e658e349 is described below

commit 42e658e349cddf54918688be32b988a3640cbb69
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 19 07:17:07 2026 -0500

    Add Java 25 (LTS) to GH CI
---
 .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 6a8e1d235b..aac200508b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 17, 21 ]
+        java: [ 17, 21, 25 ]
         experimental: [false]
 #        include:
 #          - java: 26-ea

Reply via email to