Skip to content

Commit 5a89a45

Browse files
authored
Merge pull request #103 from sir-gon/develop
[CONFIG] [RUNTIME] Java runtime from Java 19 moved to Java 20
2 parents 370c80e + 61ab8a9 commit 5a89a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19-
- name: Set up JDK 19
19+
- name: Set up JDK 20
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: 19
23-
distribution: zulu # Alternative distribution options are available
22+
java-version: 20
23+
distribution: temurin # Alternative distribution options are available
2424
- name: Cache SonarCloud packages
2525
uses: actions/cache@v3
2626
with:

0 commit comments

Comments
 (0)