mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update JVM version
This commit is contained in:
parent
bcb970ac23
commit
e1eab0e562
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sonar-build.yml
vendored
6
.github/workflows/sonar-build.yml
vendored
|
@ -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
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: 'zulu' # Alternative distribution options are available.
|
||||
java-version: 17
|
||||
distribution: 'openjdk'
|
||||
- name: Cache SonarCloud packages
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue