Updated GitHub workflow to use Java 17

This commit is contained in:
Intelli 2021-12-16 15:25:38 -07:00
parent c1a4323ce4
commit 08aeb5d5aa
1 changed files with 3 additions and 3 deletions

View File

@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '16'
distribution: 'adopt-hotspot'
java-version: '17'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v1
with: