Update Workflow to Java 17 release

This commit is contained in:
Nico Mexis 2021-12-19 22:10:40 +01:00
parent 4e5c335898
commit 9824071323
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17-ea' ] # LTS versions
java: [ '8', '11', '17' ] # LTS versions
steps:
- uses: actions/checkout@v2