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