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 c3b481d Add Java 24-ea to GitHub CI new 3624cf7 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-logging.git c3b481d is described below commit c3b481dc62109201b6d360a5b8ec14de54180829 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Aug 15 08:46:42 2024 -0400 Add Java 24-ea to GitHub CI --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a03e64e..129be65 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,6 +33,8 @@ jobs: include: - java: 23-ea experimental: true + - java: 24-ea + experimental: true steps: - name: Checkout repository