We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f360db4 commit 90a30f0Copy full SHA for 90a30f0
1 file changed
.github/workflows/test.yml
@@ -45,16 +45,14 @@ jobs:
45
strategy:
46
fail-fast: false
47
matrix:
48
- jdk: [17, 21, 25]
+ jdk: [17, 21, 23]
49
maven: [3.9.9]
50
image: [ubuntu, conda-jni-cdata]
51
include:
52
- image: ubuntu
53
name: "Ubuntu"
54
- image: conda-jni-cdata
55
name: "Conda JNI"
56
- # JDK 25 is early-access; Docker images may not be available yet
57
- continue-on-error: ${{ matrix.jdk == 25 }}
58
env:
59
JDK: ${{ matrix.jdk }}
60
MAVEN: ${{ matrix.maven }}
0 commit comments