Skip to content

Commit

Permalink
Merge pull request #66 from spdx/goneall-patch-1
Browse files Browse the repository at this point in the history
Update CI to use Java 17
  • Loading branch information
goneall authored Oct 27, 2023
2 parents 6b1773a + a277fb7 commit a3f7261
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
java-version: 17
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit a3f7261

Please sign in to comment.