Skip to content

Commit f360db4

Browse files
committed
GH-1078: Allow JDK 25 CI jobs to fail gracefully
JDK 25 is early-access and Eclipse Temurin Docker images are not yet available, causing the test matrix to fail. Mark JDK 25 jobs with continue-on-error so they don't block the workflow.
1 parent da87a9c commit f360db4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
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 }}
5658
env:
5759
JDK: ${{ matrix.jdk }}
5860
MAVEN: ${{ matrix.maven }}

0 commit comments

Comments
 (0)