We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f2d9d commit 5df7db9Copy full SHA for 5df7db9
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
test:
49
name: test ${{ matrix.os }} jdk${{ matrix.java }}
50
strategy:
51
+ fail-fast: false
52
matrix:
53
os: [ ubuntu-latest ]
54
java: [ 11, 17, 20 ]
@@ -71,6 +72,7 @@ jobs:
71
72
test_graalvm:
73
name: test ${{ matrix.os }} jdk${{ matrix.java }} GraalVM native-image - ${{ matrix.profiles }}
74
75
76
77
os: [ ubuntu-latest, windows-latest, macos-latest ]
78
java: [ '17', '21', '25' ]
@@ -89,6 +91,7 @@ jobs:
89
91
test_multiarch:
90
92
name: test ${{ matrix.arch }} ${{ matrix.distro }} jdk${{ matrix.java }}
93
94
95
96
include:
97
# ARM v7
0 commit comments