This is an automated email from the ASF dual-hosted git repository.

ggregory 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 eee1401d Add Java 21 build to GitHub
eee1401d is described below

commit eee1401d07370273c28fa42fa93c24e5a5367c72
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 08:20:32 2023 -0400

    Add Java 21 build to GitHub
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7828a8b6..093c0dc7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 11, 17, 20 ]
+        java: [ 11, 17, 21 ]
         experimental: [false]
 #        include:
 #          - java: 21-ea

Reply via email to