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


The following commit(s) were added to refs/heads/master by this push:
     new 98242d59 The Java 23 build is no longer experimental
98242d59 is described below

commit 98242d59606e3119fc87800e5176a598772d2094
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 6 08:46:36 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 9785b74e..61255bc6 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