We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b70c85 commit daf0bb1Copy full SHA for daf0bb1
.github/workflows/ci.yml
@@ -71,6 +71,7 @@ jobs:
71
test_graalvm:
72
name: test ${{ matrix.os }} jdk${{ matrix.java }} GraalVM native-image - ${{ matrix.profiles }}
73
strategy:
74
+ fail-fast: false
75
matrix:
76
os: [ ubuntu-latest, windows-latest, macos-latest ]
77
java: [ '17', '21', '22' ]
0 commit comments