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-collections.git
The following commit(s) were added to refs/heads/master by this push: new a39c7965b Add Java 24-ea as an experimental build a39c7965b is described below commit a39c7965b7a4de6030c236ff3b80182447e419c5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 22 08:46:27 2024 -0400 Add Java 24-ea as an experimental build --- .github/workflows/maven.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4b09e2d93..acf281240 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,8 +30,10 @@ jobs: java: [ 8, 11, 17, 21, 22 ] experimental: [false] include: - - java: 23-ea - experimental: true + - java: 23-ea + experimental: true + - java: 24-ea + experimental: true steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7