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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new cb2e61d5 Add Java 28-ea as an experimental build to GH CI.
cb2e61d5 is described below

commit cb2e61d5df2733c97c2dd07e04068106ac78c7e5
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 12:09:45 2026 -0400

    Add Java 28-ea as an experimental build to GH CI.
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4133ec9b..434ad9fc 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

Reply via email to