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 2694d9ac3 Test on Java 22 2694d9ac3 is described below commit 2694d9ac3c4c83ed82923c038c16eda3d2313224 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Apr 22 17:47:17 2024 -0400 Test on Java 22 --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9c718aaaa..ac8c0647d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,11 +28,11 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 22 ] experimental: [false] - include: - - java: 23-ea - experimental: true +# include: +# - java: 23-ea +# experimental: true steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3