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 713370a commit 4950c7dCopy full SHA for 4950c7d
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
fail-fast: false
44
matrix:
45
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
46
- scala: [ 3.0.0, 2.13.5, 2.12.13 ]
+ scala: [ 3.0.0, 2.13.6, 2.12.13 ]
47
runs-on: ubuntu-latest
48
needs: lint
49
env:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
os: [ ubuntu-latest ]
12
13
- scala: [ 3.0.0-RC2, 2.13.5, 2.12.13 ]
14
runs-on: ${{ matrix.os }}
15
16
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
0 commit comments