Skip to content

Commit

Permalink
Java 21 in github build.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Apr 11, 2024
1 parent 6c6d99e commit ae9ed70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Setup Java 17
- name: Setup Java 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
- name: Test and build
run: ./gradlew test build
Expand Down

0 comments on commit ae9ed70

Please sign in to comment.