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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new a014c11f Bump experimental build from Java 26-ea to 27-ea and add Java
26 production build
a014c11f is described below
commit a014c11faca29ccdca1d87322922e08a1af68c98
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 9 09:22:25 2026 -0400
Bump experimental build from Java 26-ea to 27-ea and add Java 26
production build
---
.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 0ac859b4..2efb9caf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,10 @@ 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: 27-ea
# experimental: true