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 25bb21a commit 8475131Copy full SHA for 8475131
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
fail-fast: false
46
matrix:
47
jdk: [ 11, 17, 19 ]
48
- scala: [ 2.13.12, 3.3.1 ]
+ scala: [ 2.12.17, 2.13.12, 3.3.1 ]
49
runs-on: ubuntu-latest
50
needs: lint
51
env:
0 commit comments