Update github workflows to build with Java 17

This commit is contained in:
Joe Grandja
2022-08-02 09:56:00 -04:00
parent 2b47a16956
commit a5e6b032de
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
jdk: [8]
jdk: [17]
fail-fast: false
steps:
- uses: actions/checkout@v2