Skip to content

Commit

Permalink
jvm: [ 11, 17 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Jan 1, 2024
1 parent 7468e17 commit a9024f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
jvm: [ 11, 17 ]

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

Expand All @@ -23,7 +24,7 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: 17
java-version: ${{ matrix.jvm }}
distribution: adopt

- run: mvn --batch-mode verify

0 comments on commit a9024f4

Please sign in to comment.