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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 12ba066f7 Update GH CI Java versions.
12ba066f7 is described below
commit 12ba066f701b9a289d3b730940160ad6c2078016
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 18:44:24 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 94a061f4a..efa971786 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,13 +33,13 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
include:
- - java: 26
+ - java: 27-ea
experimental: true
os: ubuntu-latest
- - java: 27-ea
+ - java: 28-ea
experimental: true
os: ubuntu-latest