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 ed109fb commit daa0a47Copy full SHA for daa0a47
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
strategy:
44
matrix:
45
os: [macos-latest, ubuntu-latest, windows-latest]
46
- jdk: [8, 9, 10, 11, 12]
+ jdk: [8, 9, 10, 11, 12, 13]
47
steps:
48
- uses: actions/checkout@v2
49
- name: Set up JDK ${{ matrix.jdk }}
0 commit comments