Correction runner pb version java
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user