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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 34c40da9 Add Java 21-ea to pool3 build 34c40da9 is described below commit 34c40da922d3f2d7a604f277fc0e9ad80a1b3618 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 30 13:14:04 2023 -0400 Add Java 21-ea to pool3 build --- .github/workflows/maven-pool3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-pool3.yml b/.github/workflows/maven-pool3.yml index 1fcbcd3d..ab908fe3 100644 --- a/.github/workflows/maven-pool3.yml +++ b/.github/workflows/maven-pool3.yml @@ -33,9 +33,9 @@ jobs: matrix: java: [ 17, 20 ] experimental: [false] -# include: -# - java: 21-ea -# experimental: true + include: + - java: 21-ea + experimental: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3