Skip to content

Commit

Permalink
Add JDK 17 in actions build matrix (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar committed Dec 20, 2021
1 parent c7e1808 commit eba7a53
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 @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [8,11,14]
java: [8,11,17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-java@v2
Expand Down

0 comments on commit eba7a53

Please sign in to comment.