Skip to content

Commit 8e73442

Browse files
committed
Avoid aborting other jobs in the matrix on failure
1 parent ec2efb9 commit 8e73442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cross-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
jobs:
1919
openjdk:
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
jdk: [19, 20, 21]
2324
name: "OpenJDK ${{ matrix.jdk }}"

0 commit comments

Comments
 (0)