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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new 5cafbb3c CI builds: Replace Java 22 with Java 23
5cafbb3c is described below
commit 5cafbb3c5fc8c1e20b0b693130830dc8c2ee7c35
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:33:54 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 64be3c59..0f957fec 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,10 +27,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
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