Skip to content

Commit

Permalink
Add Java 16 to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malaporte committed Aug 21, 2021
1 parent 1138112 commit 34aa471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
java: [ '11', '15' ]
java: [ '11', '16' ]
os: [ 'ubuntu-20.04' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 34aa471

Please sign in to comment.