We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86faca commit cc1ff39Copy full SHA for cc1ff39
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- java: [ '8', '11' ]
+ java: [ '8', '17' ]
18
19
steps:
20
- name: checkout the repo
0 commit comments