Update jdk used in actions

This commit is contained in:
Nassim Jahnke 2024-04-03 16:07:36 +02:00
parent 1e466821e9
commit ec1e9a8935
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
2 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@ jobs:
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
check-latest: true
- name: Build and test with Gradle
run: ./gradlew test

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
check-latest: true
- name: Validate Gradle Wrapper