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


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

commit 40a3e9e2f053a15d5df70188751d41c702ed323c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Mar 16 13:36:05 2025 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 265775c..eb51951 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,6 +34,9 @@ jobs:
           - java: 24-ea
             os: macos-latest
             experimental: true        
+          - java: 25-ea
+            os: macos-latest
+            experimental: true        
       fail-fast: false
         
     steps:

Reply via email to