Skip to content

Commit

Permalink
Update build.yml to use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadIqbalAD-NHS authored Jan 18, 2024
1 parent 3d6067d commit 9c7f5be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v3
- name: Set up JDK 21
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu' # Alternative distribution options are available
java-version: '21'
distribution: 'adopt'
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9c7f5be

Please sign in to comment.