We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77807cb commit bc6dd28Copy full SHA for bc6dd28
1 file changed
.github/workflows/mvn.yml
@@ -15,6 +15,7 @@ jobs:
15
timeout-minutes: 15
16
runs-on: ${{ matrix.os }}
17
strategy:
18
+ fail-fast: false
19
matrix:
20
os: [ubuntu-24.04, windows-2022, macos-15]
21
java: [17, 21]
0 commit comments