Skip to content

Commit

Permalink
[GHA] Run jdk 17 and 21 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 27, 2023
1 parent 2f43781 commit 4984f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
java: [ '11' ]
java: [ '11', '17', '21' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]

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

0 comments on commit 4984f7e

Please sign in to comment.