We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edbbab commit 381f8beCopy full SHA for 381f8be
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Java ${{ matrix.java }} ${{ matrix.os }}
13
strategy:
14
matrix:
15
- java: [8, 11, 16]
+ java: [8, 11, 17]
16
os: [macos-latest, ubuntu-latest, windows-latest]
17
18
steps:
0 commit comments