We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a00f36 commit 1bdb185Copy full SHA for 1bdb185
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
name: "Build"
16
runs-on: ubuntu-latest
17
strategy:
18
+ fail-fast: false
19
matrix:
20
java-version: [ '8.0.x', '11.0.x' ]
21
steps:
0 commit comments