Skip to content

Commit

Permalink
java-version: ${{ matrix.java }}
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Dec 30, 2023
1 parent d532276 commit a5d60e9
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 @@ -14,6 +14,7 @@ jobs:
build:
strategy:
matrix:
java: [ '11', '17' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]

runs-on: ${{ matrix.os }}
Expand All @@ -23,7 +24,7 @@ jobs:

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

- run: mvn --batch-mode verify

0 comments on commit a5d60e9

Please sign in to comment.