Skip to content

Commit 90a30f0

Browse files
committed
GH-1078: Use JDK 23 instead of 25 in CI test matrix
JDK 25 is too early-access: no Docker images available and Spotless plugin is incompatible. Switch to JDK 23 which has stable tooling.
1 parent f360db4 commit 90a30f0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,14 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
jdk: [17, 21, 25]
48+
jdk: [17, 21, 23]
4949
maven: [3.9.9]
5050
image: [ubuntu, conda-jni-cdata]
5151
include:
5252
- image: ubuntu
5353
name: "Ubuntu"
5454
- image: conda-jni-cdata
5555
name: "Conda JNI"
56-
# JDK 25 is early-access; Docker images may not be available yet
57-
continue-on-error: ${{ matrix.jdk == 25 }}
5856
env:
5957
JDK: ${{ matrix.jdk }}
6058
MAVEN: ${{ matrix.maven }}

0 commit comments

Comments
 (0)