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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 4bb12dc6 GH CI: Replace Java 23 with 24 4bb12dc6 is described below commit 4bb12dc6483973162a8a8b2e730a629efb450541 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 10:53:07 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 f5f2009b..e4450b73 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,10 +31,10 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 11, 17, 21, 23 ] + java: [ 11, 17, 21, 24 ] experimental: [false] include: - - java: 24-ea + - java: 25-ea experimental: true steps: