This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit e13fe9aa7e30ef313052d26e9753cd4f6a3206c5 Author: Gary Gregory <[email protected]> AuthorDate: Mon Nov 24 09:53:58 2025 -0500 Bump CI from Java 24 to 25 and 25-ea to 26-ea --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c31cd885..9b5a0f74 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,10 +31,10 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 17, 21, 24 ] + java: [ 8, 11, 17, 21, 25 ] experimental: [false] include: - - java: 25-ea + - java: 26-ea experimental: true steps:
