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 0d6f1b8 commit 55a911fCopy full SHA for 55a911f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ ubuntu-latest, windows-latest, macos-latest ]
13
- java: [ 8, 11, 16 ]
+ java: [ 8, 11, 17 ]
14
runs-on: ${{ matrix.os }}
15
timeout-minutes: 20
16
steps:
0 commit comments