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
The following commit(s) were added to refs/heads/master by this push: new 1a7bad7cb Test on Java 22 and 23-ea 1a7bad7cb is described below commit 1a7bad7cb9226ace2f52ded282ba4a58ed8193b1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Apr 22 17:43:56 2024 -0400 Test on Java 22 and 23-ea --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7a9bdc4c4..90629c8d7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,8 @@ jobs: experimental: [false] include: - java: 23-ea - experimental: true + experimental: true + steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: