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/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new e8b9318694 Add Java 21 to GH CI build
e8b9318694 is described below
commit e8b9318694759a33dec770a67b0148c9c9fc2487
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 9 07:34:47 2026 -0500
Add Java 21 to GH CI build
---
.github/workflows/maven.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 39322d4300..98f25b9e2c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,11 +35,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 17 ]
-# java: [ 17, 21 ]
+ java: [ 17, 21 ]
experimental: [false]
# include:
-# - java: 22
+# - java: 26-ea
# experimental: true
steps: