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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 185e5b8 GH CI: Replace Java 23 with 24 185e5b8 is described below commit 185e5b8c6e22d31ee805620017008e51397cbc55 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 14:07:10 2025 -0400 GH CI: Replace Java 23 with 24 Replace Java 24-ea with 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 1b3510b..44da3a1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,9 +28,9 @@ jobs: continue-on-error: true strategy: matrix: - java: [ 8, 11, 17, 21, 23 ] + java: [ 8, 11, 17, 21, 24 ] include: - - java: 24-ea + - java: 25-ea experimental: true steps: