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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 0819c964 GH CI: Replace Java 23 with 24 0819c964 is described below commit 0819c96424bf63fa9157f82c15bbd10539ab7e5f Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Tue Mar 25 16:00:58 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 fc7ce1d0..53817958 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,10 +31,10 @@ jobs: java: [ 8, 11, 17, 21 ] experimental: [false] include: - - java: 23 + - java: 24 os: ubuntu-latest experimental: true - - java: 24-ea + - java: 25-ea os: ubuntu-latest experimental: true