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


The following commit(s) were added to refs/heads/master by this push:
     new cda93a545 Add Java 28-ea as an experimental GH CI build.
cda93a545 is described below

commit cda93a54591e26d4cad3c698d1ac4c8169f79984
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 14 19:14:05 2026 -0400

    Add Java 28-ea as an experimental GH CI build.
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a16d76b55..8ea8ba52b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,6 +37,8 @@ jobs:
         include:
             - java: 27-ea
               experimental: true
+            - java: 28-ea
+              experimental: true
         
     steps:
     - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Reply via email to