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 f4323f8 Add Java 22 and 23-ea builds f4323f8 is described below commit f4323f8d5ca1c7bbb201c6401b496966ed802342 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 13:36:51 2024 -0400 Add Java 22 and 23-ea builds 23-ea is marked as experimental --- .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 7139acb..320a512 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,11 +28,11 @@ jobs: strategy: fail-fast: false matrix: - 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: - name: Checkout repository