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-net.git
commit 1c736d6640dfcd07d8e4f49e69eec417eb47fba5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 22 09:46:12 2024 -0400 Add Java 24-ea as an experimental build - Add Java 23-ea as an experimental build - Above is only for Ubuntu since these EAs are not on macOS 13 which we need for Java 8 --- .github/workflows/maven.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dc54454b..109cb75f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -51,9 +51,13 @@ jobs: os: ubuntu-latest experimental: false deploy: true -# include: -# - java: 22-ea -# experimental: true + # Experimental builds + - java: 23-ea + experimental: true + os: ubuntu-latest + - java: 24-ea + experimental: true + os: ubuntu-latest runs-on: ${{ matrix.os }} steps: