Skip to content

Commit

Permalink
Switch to temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jul 21, 2024
1 parent 4f60162 commit 1da049b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [8, 16]
java: [8, 17, 21]
fail-fast: false

runs-on: ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: ${{ matrix.java }}
cache: 'maven'

Expand Down

0 comments on commit 1da049b

Please sign in to comment.