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 556c90c  The Java 23 build is no longer experimental
     new 4452d16  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-cli.git
556c90c is described below

commit 556c90cafe98503cfb8056817634eaeb11799d2d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 6 08:18:51 2024 -0400

    The Java 23 build is no longer experimental
---
 .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 faba016..06977aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,11 +27,9 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 23 ]
         experimental: [false]
         include:
-            - java: 23
-              experimental: true
             - java: 24-ea
               experimental: true
 

Reply via email to