Skip to content

Commit 7161ea8

Browse files
committed
Remove the Scala 2.11.x branch, since we do not support it anymore.
1 parent bac782e commit 7161ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
scalabranch: ["2.11.x", "2.12.x", "2.13.x"]
14+
scalabranch: ["2.12.x", "2.13.x"]
1515
scalajsbranch: ["main"]
1616
env:
1717
SCALA_BRANCH: "${{ matrix.scalabranch }}"

0 commit comments

Comments
 (0)