Skip to content

Commit

Permalink
add JDK 17 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jun 28, 2023
1 parent f700313 commit acd938c
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11']
java: ['8', '11', '17']
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit acd938c

Please sign in to comment.