Skip to content

Commit

Permalink
Merge pull request #137 from ecos-umons/tommens-patch-11
Browse files Browse the repository at this point in the history
Update maven.yml
  • Loading branch information
tommens authored Dec 30, 2024
2 parents 40eb6c5 + b59fb95 commit 85a9975
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 @@ -36,10 +36,10 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up Java 17
- name: Set up Java
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven

Expand Down

0 comments on commit 85a9975

Please sign in to comment.