Add JDKs 15, 16, 17 to testing matrix

This commit is contained in:
Sean Corfield 2020-12-22 13:34:32 -08:00
parent fff8c99624
commit ca8c1e4f18

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '14' ]
java: [ '8', '11', '14', '15', '16-ea', '17-ea' ]
steps:
- uses: actions/checkout@v2
- name: Setup Java