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


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

commit 51f3e985b54f2afe5ecf850af2bbf4395c261699
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 08:50:11 2024 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d383592e..b2cf2b9d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,6 +32,8 @@ jobs:
         include:
           - java: 23-ea
             experimental: true
+          - java: 24-ea
+            experimental: true
         
     steps:
     - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Reply via email to