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 f852efc Java 22 build doesn't work
f852efc is described below
commit f852efcb6fcdaeb6cdb959c0c1429a75967bc08b
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 8 22:55:28 2024 -0400
Java 22 build doesn't work
---
.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 3868be6..99b3135 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 17, 21, 22 ]
+ java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
# - java: 23-ea