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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 46f2d36 Make Java 22 a normal build on GitHub CI 46f2d36 is described below commit 46f2d3686876e69bbafa656a57be48a83a61de83 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 14:32:12 2024 -0400 Make Java 22 a normal build on GitHub CI --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9848557..a03e64e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,11 +28,9 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 22 ] experimental: [false] include: - - java: 22 - experimental: true - java: 23-ea experimental: true