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 747bab6 commit a3180acCopy full SHA for a3180ac
.github/workflows/test.yml
@@ -10,6 +10,7 @@ jobs:
10
build:
11
runs-on: ${{ matrix.os }}-latest
12
strategy:
13
+ fail-fast: false
14
matrix:
15
java: ['8', '11', '16', '17-ea']
16
os: [ ubuntu, windows ]
0 commit comments