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


The following commit(s) were added to refs/heads/master by this push:
     new c5d70f85 Add Java 23-ea as an experimental build
c5d70f85 is described below

commit c5d70f85a3ab9fc0f028d9ace90e51253bca3d51
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 08:36:28 2024 -0400

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

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

Reply via email to