We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ec542 commit 90ad8f0Copy full SHA for 90ad8f0
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
if: ${{ needs.check_duplicate_workflows.outputs.should_skip != 'true' }}
24
strategy:
25
matrix:
26
- java: [ '8', '11', '16' ]
+ java: [ '8', '11', '17' ]
27
platform: ['windows-latest', 'ubuntu-latest']
28
steps:
29
- uses: actions/checkout@v3
@@ -54,7 +54,7 @@ jobs:
54
needs: [build]
55
56
57
58
59
60
0 commit comments