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 2e0f04b CI builds: Replace Java 22 with Java 23
2e0f04b is described below
commit 2e0f04b305bd88d354994f800b7efe122abcd47f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:35:28 2024 -0400
CI builds: Replace Java 22 with Java 23
---
.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 8fb988f..ad744e9 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, 22 ]
+ java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- - java: 23-ea
+ - java: 23
experimental: true
- java: 24-ea
experimental: true