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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 32d49ce4 Add Java 21 build to GitHub
32d49ce4 is described below
commit 32d49ce4520c99320761476387c548e4e006ece3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 13:44:23 2023 -0400
Add Java 21 build to GitHub
---
.github/workflows/maven.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1d6d722a..4b96abb2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,8 +29,11 @@ jobs:
matrix:
java: [ 8, 11, 17 ]
experimental: [false]
+ include:
+ - java: 21-ea
+ experimental: true
# include:
-# - java: 18-ea
+# - java: 22-ea
# experimental: true
steps: