Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Sep 23, 2024
1 parent ebab774 commit 2720bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11' ]
java: [ '8', '11', '17', '21', '23' ]
architecture: [ 'x64' ]
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
steps:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
distribution: "adopt"
distribution: "temurin"
- name: Build with Maven
run: mvn package

0 comments on commit 2720bf2

Please # to comment.