Skip to content

Commit

Permalink
Update maven.yml for Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tweimer committed Nov 30, 2023
1 parent 45e7617 commit 539e572
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
java: ['11', '17', '20']

steps:
- uses: actions/checkout@v3
- name: Set up JDK
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 539e572

Please sign in to comment.