Skip to content

Commit

Permalink
fixed java matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Oct 19, 2019
1 parent 2e681da commit a126a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '11', '12' '13']
java: ['1.8', '11', '12', '13']
name: Testing on java ${{ matrix.java }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '11', '12' '13']
java: ['1.8', '11', '12', '13']
name: Testing on java ${{ matrix.java }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a126a8b

Please sign in to comment.