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/commons-cli.git


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

commit f749f826a32bb13832d0b31e400d555fdae3cabd
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 09:49:06 2025 -0500

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7fa0c1b8..2f5b3651 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,6 +32,8 @@ jobs:
         include:
             - java: 26-ea
               experimental: true
+            - java: 27-ea
+              experimental: true
 
     steps:
     - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

Reply via email to