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-lang.git
commit 9aad0f421fda08da8cd9416a9532434d94785b9a Author: Gary Gregory <[email protected]> AuthorDate: Sun Oct 15 10:19:10 2023 -0400 Add Java 21 build to GitHub --- .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 f2466ecd4..4b40a4a6b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,10 +28,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] experimental: [false] # include: -# - java: 21-ea +# - java: 22-ea # experimental: true steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
