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 c99cb283 Revert: Replace GH CI Java 26 with 27.
c99cb283 is described below
commit c99cb283fbf631a589cf7c41d5884992d94c7741
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 08:48:31 2026 -0700
Revert: Replace GH CI Java 26 with 27.
Drop Java 27-ea.
---
.github/workflows/maven.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dc7799b7..3761bae2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,9 +32,11 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 8, 11, 17, 21, 25, 27 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
include:
+ - java: 27-ea
+ experimental: true
- java: 28-ea
experimental: true