Skip to content

Commit

Permalink
update workflow Java to 17 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Jul 15, 2022
1 parent 5e7139d commit 53404eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
java: [ 16 ]
java: [ 17 ]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 53404eb

Please sign in to comment.