Skip to content

Commit 9fcc247

Browse files
authored
Update ci.yml
1 parent 0d95b54 commit 9fcc247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-latest ]
1515
16-
scala: [ 2.11.12, 2.12.13, 2.13.5 ]
16+
scala: [ 2.12.13, 2.13.5 ]
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
os: [ ubuntu-latest ]
3939
40-
scala: [ 2.11.12, 2.12.13, 2.13.5 ]
40+
scala: [ 2.12.13, 2.13.5 ]
4141
runs-on: ${{ matrix.os }}
4242
needs: build
4343
env:

0 commit comments

Comments
 (0)