Update build pipeline to java 17

This commit is contained in:
AsamK 2021-10-15 21:01:37 +02:00
parent 3b685190a8
commit 1c27723083

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '16' ]
java: [ '11', '17' ]
steps:
- uses: actions/checkout@v1