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 3f06d60b Add Java 21 to GitHub builds
3f06d60b is described below
commit 3f06d60bc56e9ca1ac96af3002f085aaed5f1678
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 20 06:23:57 2023 -0400
Add Java 21 to GitHub builds
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 63cec589..bcb114ce 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17 ]
+ java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 21