Add JDKs 15, 16, 17 to testing matrix
This commit is contained in:
parent
fff8c99624
commit
ca8c1e4f18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ '8', '11', '14' ]
|
java: [ '8', '11', '14', '15', '16-ea', '17-ea' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue