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 844aa562 Add Java 26
844aa562 is described below
commit 844aa562d36ae788d2dba44e6ec7722c58859eb8
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 27 07:28:38 2026 -0400
Add Java 26
Replace Java 26-ea with 27-ea
---
.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 3482dbfc..8a9bb7ab 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,10 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 11, 17, 21, 25 ]
+ java: [ 11, 17, 21, 25, 26 ]
experimental: [false]
include:
- - java: 26-ea
+ - java: 27-ea
experimental: true
steps: