We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dbd8a commit d28d5feCopy full SHA for d28d5fe
1 file changed
.github/workflows/build.yml
@@ -13,6 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
strategy:
16
+ fail-fast: false
17
matrix:
18
java: [ '8', '11' ]
19
0 commit comments