fixed tests and github actions

This commit is contained in:
Fabio Formosa
2026-05-14 00:17:54 +02:00
parent 9a50949fcc
commit c1511b54f8

View File

@@ -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