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 d7dd07c commit a703bc4Copy full SHA for a703bc4
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
os: [ubuntu-latest]
30
scala: [2.10.7, 2.11.12, 2.12.15, 2.13.7, 3.0.2]
31
- java: ['8', '11', '17']
+ java: ['8', '11', '17']
32
runs-on: ${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v2
0 commit comments