update github workflows to j17

This commit is contained in:
Jonathan Shook 2021-12-21 17:00:55 -06:00
parent fee0349488
commit 56544acc3a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v1
name: setup java
with:
java-version: '15'
java-version: '17'
java-package: jdk
architecture: x64

View File

@ -18,7 +18,7 @@ jobs:
- name: setup java
uses: actions/setup-java@v1
with:
java-version: '15'
java-version: '17'
java-package: jdk
architecture: x64