Skip to content

Commit

Permalink
Use Java 21 for workflow
Browse files Browse the repository at this point in the history
We are about to require Java 21, make sure we build with it.

Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jan 27, 2025
1 parent 4e51be7 commit d1a5589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Cache Maven packages
Expand Down

0 comments on commit d1a5589

Please sign in to comment.