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-io.git
The following commit(s) were added to refs/heads/master by this push:
new d9714be21 Java 25 builds are no longer experimental
d9714be21 is described below
commit d9714be2115c66ac241ae9d1cd8e03398ac76842
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 21 10:03:04 2025 -0400
Java 25 builds are no longer experimental
---
.github/workflows/maven.yml | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7d0f08924..ee6b9c99a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11, 17, 21, 25 ]
experimental: [false]
# Keep the same parameter order as the matrix above
include:
@@ -48,16 +48,6 @@ jobs:
java: 21
experimental: false
deploy: true
- # Experimental builds: Java 25-ea
- - os: ubuntu-latest
- java: 25
- experimental: true
- - os: windows-latest
- java: 25
- experimental: true
- - os: macos-latest
- java: 25
- experimental: true
# Experimental builds: Java 26-ea
- os: ubuntu-latest
java: 26-ea