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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new f553f77 Add Java 22 to GH CI builds
f553f77 is described below
commit f553f77be68b44fbb4e5e6e6ea85dee7461a5fee
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 8 19:52:23 2024 -0400
Add Java 22 to GH CI builds
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a1c2b12..3868be6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,10 +28,10 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
# include:
-# - java: 22-ea
+# - java: 23-ea
# experimental: true
steps: