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


The following commit(s) were added to refs/heads/master by this push:
     new 192c57e6 Replace GH CI Java 26 with 27.
192c57e6 is described below

commit 192c57e645f4405fb53c3962d48ac0b6c18161fd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 08:35:08 2026 -0700

    Replace GH CI Java 26 with 27.
    
    Drop Java 27-ea.
---
 .github/workflows/maven.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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

Reply via email to