Skip to content

Commit

Permalink
ci: enable jdk 17
Browse files Browse the repository at this point in the history
Refs: XRDDEV-2628
  • Loading branch information
mloitm committed Oct 15, 2024
1 parent 27ca8d6 commit 9929ef9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 9929ef9

Please sign in to comment.