Skip to content

Commit c1511b5

Browse files
committed
fixed tests and github actions
1 parent 9a50949 commit c1511b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonar-java.yml

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

0 commit comments

Comments
 (0)