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 d9ce0b9b Add Java 24-ea as an experimental build
d9ce0b9b is described below

commit d9ce0b9bd5a20463744572468260bdbf2ba1e5c0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 08:49:46 2024 -0400

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

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

Reply via email to