We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae20846 commit cb843bfCopy full SHA for cb843bf
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ ubuntu-latest, windows-latest, macos-latest ]
33
- java: [ '1.8', '11', '15' ]
+ java: [ '1.8', '11', '17' ]
34
steps:
35
- uses: actions/checkout@v2
36
with:
0 commit comments