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 7c9b9dfa Enable experimental builds for Java 22, 23-ea, and 24-ea 7c9b9dfa is described below commit 7c9b9dfac4d7a3f5b8884f3d909cf63b6f74fa72 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Sep 2 15:08:35 2024 -0400 Enable experimental builds for Java 22, 23-ea, and 24-ea --- .github/workflows/maven.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6f4affee..8412abd8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,17 +30,16 @@ jobs: os: [ubuntu-latest, windows-latest, macos-13] java: [ 8, 11, 17, 21 ] experimental: [false] -# include: -# - java: 22-ea -# os: ubuntu-latest -# experimental: true -# - java: 22-ea -# os: windows-latest -# experimental: true -# - java: 22-ea -# os: macos-latest -# experimental: true - fail-fast: false + include: + - java: 22 + os: ubuntu-latest + experimental: true + - java: 23-ea + os: ubuntu-latest + experimental: true + - java: 24-ea + os: ubuntu-latest + experimental: true steps: - name: Prepare git