Skip to content

Commit

Permalink
Use temurin and JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jul 21, 2024
1 parent 129be7f commit 755fc47
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 @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [11,17]
java: [11,17,21]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: ${{ matrix.java }}
cache: 'maven'

Expand Down

0 comments on commit 755fc47

Please sign in to comment.