This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 937f9bdd Update GH CI Java versions.
937f9bdd is described below
commit 937f9bddd5f78fb496fcc654dc4ee55f2a4d9f6b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 12:13:49 2026 -0400
Update GH CI Java versions.
---
.github/workflows/maven.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3fd8c5e8..f939f4b2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,12 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
include:
- - java: 26-ea
+ - java: 27-ea
+ experimental: true
+ - java: 28-ea
experimental: true
steps: