You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/30 17:14:08 UTC

[commons-pool] branch master updated: Add Java 21-ea to pool3 build

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 <ga...@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