Skip to content

Commit 8242174

Browse files
committed
Remove JDK 23 from 2.18 CI due to Mockito incompatibility
1 parent 30e4b7f commit 8242174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
java_version: ['8', '11', '17', '21', '23']
21+
# 10-Jun-2025, tatu: JDK 23 fails for Mockito, don't use
22+
java_version: ['8', '11', '17', '21']
2223
os: ['ubuntu-24.04']
2324
include:
2425
- java_version: '8'

0 commit comments

Comments
 (0)