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 - name: Checkout
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4
- name: Setup Java 25 - name: Install Java 25
uses: https://github.com/actions/setup-java@v4 run: |
with: wget -q https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B...
java-version: '25' # ou via SDKMAN
distribution: 'temurin' curl -s "https://get.sdkman.io" | bash
check-latest: true sdk install java 25-tem
cache: 'gradle'
- name: Run tests - name: Run tests
run: ./gradlew test run: ./gradlew test