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


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

commit 43068ed739d05a7586fc30bd7f26f5569eb5dcee
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Mar 12 20:28:38 2025 -0400

    Add Java 25-ea as an experimental build to GitHub CI
---
 .github/workflows/maven.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 416a819e..ac23f04f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,9 @@ jobs:
         include:
             - java: 24-ea
               experimental: true
-        
+            - java: 25-ea
+              experimental: true
+      
     steps:
     - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
       with:

Reply via email to