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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 6dcedc12 Add Java 28-ea as an experimental build.
6dcedc12 is described below
commit 6dcedc1285888a0a8e10297d054432e01f14fca7
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 10:38:47 2026 -0400
Add Java 28-ea as an experimental build.
---
.github/workflows/maven.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a4c6d44c..abac0741 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,6 +37,8 @@ jobs:
include:
- java: 27-ea
experimental: true
+ - java: 28-ea
+ experimental: true
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1