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 4a017aeb Add Java 28-ea to GH CI as an experimental build.
4a017aeb is described below
commit 4a017aeb90578f74f9ae44bc27605bd0cd55ae79
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 29 07:46:17 2026 -0400
Add Java 28-ea to GH CI as an experimental 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 224593f4..389d56d1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,8 +37,8 @@ jobs:
include:
- java: 27-ea
experimental: true
-# - java: 27-ea
-# experimental: true
+ - java: 28-ea
+ experimental: true
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1