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 ea129198f Test on Java 23-ea ea129198f is described below commit ea129198f5e1e4512fae0c2d1a8c28016ef907df Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Apr 22 17:46:31 2024 -0400 Test on Java 23-ea --- .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 90629c8d7..9c718aaaa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - java: [ 8, 11, 17, 21, 22 ] + java: [ 8, 11, 17, 21 ] experimental: [false] include: - java: 23-ea