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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 1041e00  Update GH CI Java versions.
1041e00 is described below

commit 1041e0071240a3856d501c6725072f97a1e2ffe1
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 12:19:40 2026 -0400

    Update GH CI Java versions.
---
 .github/workflows/maven.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 29b85da..9193dc2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,12 @@ jobs:
     strategy:
       max-parallel: 20
       matrix:
-        java: [ 11, 17, 21, 25 ]
+        java: [ 11, 17, 21, 25, 26 ]
         experimental: [false]
         include:
-          - java: 26-ea
+          - java: 27-ea
+            experimental: true
+          - java: 28-ea
             experimental: true
         
     steps:

Reply via email to