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 2e94c53 commit f774573Copy full SHA for f774573
.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, 17 ]
+ java: [ 8, 17 ]
14
runs-on: ${{ matrix.os }}
15
timeout-minutes: 20
16
steps:
0 commit comments