Skip to content

Commit

Permalink
Add JDK 17 to test matrix (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Jul 24, 2024
1 parent 653d412 commit bb3f6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Java ${{ matrix.java }} ${{ matrix.os }}
strategy:
matrix:
java: [8, 11]
java: [8, 11, 17]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit bb3f6cb

Please sign in to comment.