Correction runner pb version java

This commit is contained in:
2026-05-25 06:04:07 +02:00
parent 2bd36357ca
commit 4b419be444
+6 -7
View File
@@ -17,13 +17,12 @@ jobs:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- name: Setup Java 25
uses: https://github.com/actions/setup-java@v4
with:
java-version: '25'
distribution: 'temurin'
check-latest: true
cache: 'gradle'
- name: Install Java 25
run: |
wget -q https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B...
# ou via SDKMAN
curl -s "https://get.sdkman.io" | bash
sdk install java 25-tem
- name: Run tests
run: ./gradlew test