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 0d95b54 commit 9fcc247Copy full SHA for 9fcc247
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ ubuntu-latest ]
15
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
16
- scala: [ 2.11.12, 2.12.13, 2.13.5 ]
+ scala: [ 2.12.13, 2.13.5 ]
17
runs-on: ${{ matrix.os }}
18
env:
19
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
needs: build
43
0 commit comments