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 1e0bc23 commit 50851a6Copy full SHA for 50851a6
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- java: [ '8', '11', '16' ]
+ java: [ '8', '11', '17' ]
19
name: Build/Test with Java ${{ matrix.Java }}
20
21
steps:
0 commit comments