This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push:
new 604ada80 CI builds: Replace Java 22 with Java 23
604ada80 is described below
commit 604ada80f5f2ca0a7b3b5e71b0ed9bc11fe89376
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:34:36 2024 -0400
CI builds: Replace Java 22 with Java 23
---
.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 f85ef2da..8aa976d7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
java: [ 8, 11, 17, 21 ]
experimental: [false]
# include:
-# - java: 23-ea
+# - java: 23
# experimental: true
steps: