Skip to content

Commit

Permalink
fix: test using Java 17
Browse files Browse the repository at this point in the history
Signed-off-by: Mariell Hoversholm <[email protected]>
  • Loading branch information
Mariell Hoversholm committed Dec 3, 2021
1 parent ae12248 commit 89868ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-sonatype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: JDK ${{ matrix.java }}
uses: actions/setup-java@v2
- uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
java-version: '17'
distribution: temurin
# Cache omitted on purpose: we want a _clean_ build.
- name: Test
Expand Down

0 comments on commit 89868ca

Please sign in to comment.