Skip to content

Commit

Permalink
chore(ci): test on 8 and 17 not 8 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jun 8, 2022
1 parent d86faca commit cc1ff39
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11' ]
java: [ '8', '17' ]

steps:
- name: checkout the repo
Expand Down

0 comments on commit cc1ff39

Please sign in to comment.