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 5aebe093 Add Java 21 build to GitHub
5aebe093 is described below
commit 5aebe0938ae4bafdc3f0bd4c9f4da317f39a9ba8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 10:54:36 2023 -0400
Add Java 21 build to GitHub
---
.github/workflows/maven-pool2.yml | 4 ++--
.github/workflows/maven-pool3.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven-pool2.yml
b/.github/workflows/maven-pool2.yml
index 1aa21cd7..a0b26bb1 100644
--- a/.github/workflows/maven-pool2.yml
+++ b/.github/workflows/maven-pool2.yml
@@ -31,10 +31,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17 ]
+ java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
-# - java: 21-ea
+# - java: 22-ea
# experimental: true
steps:
diff --git a/.github/workflows/maven-pool3.yml
b/.github/workflows/maven-pool3.yml
index 7bd6113e..96552c97 100644
--- a/.github/workflows/maven-pool3.yml
+++ b/.github/workflows/maven-pool3.yml
@@ -31,10 +31,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 17, 20 ]
+ java: [ 17, 21 ]
experimental: [false]
include:
- - java: 21-ea
+ - java: 22-ea
experimental: true
steps: