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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new dfafaff4 Add Java 21 build to GitHub
dfafaff4 is described below
commit dfafaff40df19ca76300286e3e830b26b37a188a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 09:54:55 2023 -0400
Add Java 21 build to GitHub
---
.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 50d96809..2311cf51 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- java: [ 17 ]
+ java: [ 17, 21 ]
experimental: [false]
# include:
# - java: 18-ea