Skip to content

Commit

Permalink
ci: update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Bonajo committed Sep 6, 2024
1 parent 55825f4 commit 29bf2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Make sure that the API can compile
Expand Down

0 comments on commit 29bf2a7

Please sign in to comment.