Skip to content

Commit dae56c7

Browse files
authored
Update CI to use Java 17
Required by Sonar-Cloud
1 parent d4f1213 commit dae56c7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
- uses: actions/checkout@v2
1919
with:
2020
fetch-depth: 0
21-
- name: Set up JDK 11
22-
uses: actions/setup-java@v1
21+
- name: Set up JDK 17
22+
uses: actions/setup-java@v3
2323
with:
24-
java-version: 11
24+
distribution: 'temurin'
25+
java-version: 17
2526
- name: Cache SonarCloud packages
2627
uses: actions/cache@v1
2728
with:

0 commit comments

Comments
 (0)