update github workflow to java16

This commit is contained in:
Tad Hunt 2023-09-09 11:56:17 -06:00
parent 703a6068fe
commit 9bfa03e9c1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: 'Set up JDK'
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '16'
distribution: 'adopt'
- name: 'Cache dependencies'