Skip to content

Commit

Permalink
Merge pull request #2002 from Mailaender/sdkman-latest
Browse files Browse the repository at this point in the history
Use the latest version of Maven and Temurin 17 in CI
  • Loading branch information
eselmeister authored Dec 20, 2024
2 parents d89eb6c + 0fbd8ab commit 6fc8fb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
id: temurin
with:
candidate: java
version: 17.0.11-tem
version: 17.0.13-tem

- uses: sdkman/sdkman-action@main
name: Setup Maven
id: maven
with:
candidate: maven
version: 3.9.6

- name: Build with Maven
run: |
Expand Down

0 comments on commit 6fc8fb9

Please sign in to comment.