Skip to content

Commit 0f80417

Browse files
authored
Merge pull request #212 from spdx/goneall-patch-1
Update CI to use Java 17
2 parents f9885f0 + 8af33a9 commit 0f80417

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)