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
The following commit(s) were added to refs/heads/POOL_2_X by this push: new 7c0d005c Add current Java version and EA version to GH builds for 2.x 7c0d005c is described below commit 7c0d005caed5cf8a6422d01ccf22d180637e4de6 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 22 07:16:49 2025 -0500 Add current Java version and EA version to GH builds for 2.x --- .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 4cff8214..98f899a9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,11 +31,11 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 23 ] experimental: [false] -# include: -# - java: 22-ea -# experimental: true + include: + - java: 24-ea + experimental: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3