Skip to content

Commit

Permalink
Merge pull request #517 from logstash/java_16_build_matrix
Browse files Browse the repository at this point in the history
Switch from java 15 to 16 in build matrix
  • Loading branch information
philsttr authored Apr 19, 2021
2 parents 2cf2252 + 9973dd1 commit 6c38c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [ '8', '11', '15' ]
java: [ '8', '11', '16' ]
steps:
- uses: actions/[email protected]
- name: setup JDK
Expand Down

0 comments on commit 6c38c1d

Please sign in to comment.