Skip to content

Commit

Permalink
Run GitHub build with Java 11, 17, 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored and Calixte committed Mar 10, 2024
1 parent 7a7c538 commit 06c2ac8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [11, 17]
jdk: [11, 17, 21]
runs-on: ${{ matrix.platform }}
permissions:
checks: write
Expand All @@ -29,8 +29,9 @@ jobs:
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
distribution: temurin
# have Java 17 for Tycho last, as it will be in JAVA_HOME that way
java-version: |
11
${{ matrix.jdk }}
17
- name: Build with Maven
Expand Down

0 comments on commit 06c2ac8

Please sign in to comment.