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


The following commit(s) were added to refs/heads/master by this push:
     new c3b965b  Add Java 23 and 24-ea GH CI builds
c3b965b is described below

commit c3b965b987b92bffbd2a951d4812e3034ed4511f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 1 08:55:31 2024 -0400

    Add Java 23 and 24-ea GH CI builds
    
    Mark 24-ea as experimental
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 04f6ec3..31f5304 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,11 +27,11 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 11, 17, 21 ]
+        java: [ 11, 17, 21, 23 ]
         experimental: [false]
-#        include:
-#          - java: 22-ea
-#            experimental: true
+        include:
+          - java: 24-ea
+            experimental: true
         
     steps:
     - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Reply via email to