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-cli.git
The following commit(s) were added to refs/heads/master by this push: new 84949da Test is Termurin 21 is on GH. 84949da is described below commit 84949dabdcee27931701a82c63e04eb7720ac261 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 14 10:33:21 2023 -0400 Test is Termurin 21 is on GH. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3e986df..2919a66 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] experimental: [false] # include: # - java: 18-ea