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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new a56f1c59 Update GH CI Java versions
a56f1c59 is described below
commit a56f1c59f548866fbcc7d1987fe085d734992373
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 23 14:47:36 2026 -0400
Update GH CI Java versions
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 362703e0..13645d1d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,12 +32,12 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
include:
- - java: 25
+ - java: 27-ea
experimental: true
- - java: 26-ea
+ - java: 28-ea
experimental: true
steps: