Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Added fail-fast: false
  • Loading branch information
jamtur01 committed Jun 25, 2022
1 parent 4cccc5c commit d359317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
java: [ '8', '11', '13', '15', '16', '17' ]
fail-fast: false
name: Java ${{ matrix.Java }}

runs-on: ubuntu-latest
Expand Down

0 comments on commit d359317

Please sign in to comment.