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 b9736cf commit 128f540Copy full SHA for 128f540
.github/workflows/scala.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
java: [11, 17, 21]
15
- scala: ["2.13.14", "3.4.2"]
+ scala: ["2.13.14", "3.3.3", "3.4.2"]
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2
0 commit comments