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


The following commit(s) were added to refs/heads/master by this push:
     new e4574c71 GH CI: Replace Java 23 with 24
e4574c71 is described below

commit e4574c7127608a4a3ba21de17c2e25b8a0cfe7b0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 25 10:31:13 2025 -0400

    GH CI: Replace Java 23 with 24
    
    Add Java 25-ea
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c5abd2f5..1ab2e078 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,9 +34,9 @@ jobs:
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
-            - java: 23
+            - java: 24
               experimental: true
-            - java: 24-ea
+            - java: 25-ea
               experimental: true
         
     steps:

Reply via email to