Skip to content

Commit

Permalink
Build against jdk 17 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Dec 29, 2023
1 parent 0e1bdc7 commit 73fb3f3
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' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]

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

0 comments on commit 73fb3f3

Please sign in to comment.