From c1511b54f8be860167c170498d2bfc2e037f2510 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Thu, 14 May 2026 00:17:54 +0200 Subject: [PATCH] fixed tests and github actions --- .github/workflows/sonar-java.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-java.yml b/.github/workflows/sonar-java.yml index 3990173..925d2c7 100644 --- a/.github/workflows/sonar-java.yml +++ b/.github/workflows/sonar-java.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 distribution: 'zulu' # Alternative distribution options are available. - name: Cache SonarCloud packages uses: actions/cache@v3