Skip to content

Commit 8af33a9

Browse files
authored
Update CI to use Java 17
Required for Sonar-Cloud Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent f9885f0 commit 8af33a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
- name: Set up JDK 11
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v3
2323
with:
2424
distribution: 'temurin'
25-
java-version: 11
25+
java-version: 17
2626
- name: Cache SonarCloud packages
2727
uses: actions/cache@v3
2828
with:

0 commit comments

Comments
 (0)