Skip to content

Commit 000ca26

Browse files
committed
Java 25 is now non-experimental builds on GH CI for Ubuuntu and macOS
Windows still has random failures or bugs in tests
1 parent 1b45897 commit 000ca26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest, windows-latest, macos-latest]
32-
java: [ 8, 11, 17, 21, 25 ]
32+
java: [ 8, 11, 17, 21 ]
3333
experimental: [false]
3434
include:
3535
- java: 25

0 commit comments

Comments
 (0)