This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 0398af0afbc1335278e8e5e0a4efa52f2c58f444 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jul 3 19:05:12 2026 +0000 Add GH CI Java 26 Replace GH CI Java 26-ea with 27-era --- .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 852e545a..009a65fe 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,10 +33,10 @@ jobs: max-parallel: 20 matrix: os: [ubuntu-latest, windows-latest, macos-latest] - java: [ 8, 11, 17, 21, 25 ] + java: [ 8, 11, 17, 21, 25, 26 ] experimental: [false] include: - - java: 26-ea + - java: 27-ea os: ubuntu-latest experimental: true
