Skip to content

[CONFIG] [RUNTIME] Java runtime from Java 19 moved to Java 20 #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,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 19
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: 19
distribution: zulu # Alternative distribution options are available
java-version: 20
distribution: temurin # Alternative distribution options are available
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down