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

commit d36e7554b855ebed1d3959b8e22ac06b0e590b87
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 08:59:05 2024 -0400

    Add Java 24-ea as an experimental build
    
    Add Java 23-ea as an experimental build
---
 .github/workflows/maven.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c6d4286..2d8dca3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,9 +29,11 @@ jobs:
       matrix:
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
-#        include:
-#          - java: 22-ea
-#            experimental: true
+        include:
+          - java: 23-ea
+            experimental: true
+          - java: 24-ea
+            experimental: true
         
     steps:
     - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7

Reply via email to