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-bsf.git
The following commit(s) were added to refs/heads/master by this push: new 28f2106 Add Java 21 and 23 as experimental builds 28f2106 is described below commit 28f21067dfd13acff128fa40a63fc8151ba3185d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Sep 23 09:43:58 2024 -0400 Add Java 21 and 23 as experimental builds --- .github/workflows/maven.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 411a846..83bb633 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,9 +29,11 @@ jobs: matrix: java: [ 8, 11, 17 ] experimental: [false] -# include: -# - java: 18-ea -# experimental: true + include: + - java: 21 + experimental: true + - java: 23 + experimental: true steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7