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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 000ca2685 Java 25 is now non-experimental builds on GH CI for Ubuuntu
and macOS
000ca2685 is described below
commit 000ca2685c1055e0c0bcdf2b4fb1bfe2cc0bbc6e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 5 10:42:43 2025 -0500
Java 25 is now non-experimental builds on GH CI for Ubuuntu and macOS
Windows still has random failures or bugs in tests
---
.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 f7839dc6f..7f4dc98d3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 25