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