Use Java 16

This commit is contained in:
tastybento 2021-05-22 16:35:38 -07:00
parent 2105dbc525
commit 8c2dfb1b33
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 8
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 16
- name: Cache SonarCloud packages
uses: actions/cache@v1
with: