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-collections.git

commit a30140839238bead6bd90def76f727ded8d7f013
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 20:06:28 2026 +0000

    Add Java 26 to GH CI
    
    Replace Java 26-ea with Java 27-ea.
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to