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
commit 5c2eb48be654c97d2bd13e3901f23d0f9e88fbd1 Author: Gary Gregory <[email protected]> AuthorDate: Thu Oct 3 17:43:22 2024 -0400 Java 23 build is no longer experimental --- .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 f0080360d..673b8a395 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,11 +27,9 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 23 ] experimental: [false] include: - - java: 23 - experimental: true - java: 24-ea experimental: true
