This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 0730caff GH CI: Replace Java 23 with 24
0730caff is described below
commit 0730caff5f72866f768256bf3e81511aa6691362
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 25 10:21:46 2025 -0400
GH CI: Replace Java 23 with 24
Add Java 25-ea
---
.github/workflows/maven.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 27bf7d18..b0dfa228 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,8 +31,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17, 21, 23 ]
+ java: [ 8, 11, 17, 21, 24 ]
experimental: [false]
+ include:
+ - java: 25-ea
+ experimental: true
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2