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 e91b9d87 Comment out: Add Java 27-ea as an experimental build
e91b9d87 is described below

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

    Comment out: Add Java 27-ea as an experimental build
---
 .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 2f5b3651..51d7d7b9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,8 +32,8 @@ jobs:
         include:
             - java: 26-ea
               experimental: true
-            - java: 27-ea
-              experimental: true
+#            - java: 27-ea
+#              experimental: true
 
     steps:
     - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

Reply via email to