Skip to content

Commit 8c2a9b4

Browse files
committed
java version fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent d36fa74 commit 8c2a9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-java@v4
2929
with:
3030
distribution: temurin
31-
java-version: 17
31+
java-version: 21
3232
cache: 'maven'
3333
- name: Cache SonarCloud packages
3434
uses: actions/cache@v4

0 commit comments

Comments
 (0)