Skip to content

Commit 9a402db

Browse files
committed
Disable Scala 2 test
1 parent cd686eb commit 9a402db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/migration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: coursier/cache-action@v5
5555
- name: java 8 setup
5656
uses: olafurpg/setup-scala@v10
57-
- name: Scala 2
58-
run: sbt "++2.13.5;${{ matrix.task }}"
57+
# - name: Scala 2
58+
# run: sbt "++2.13.5;${{ matrix.task }}"
5959
- name: Scala 3
6060
run: sbt "++3.0.0-RC2;${{ matrix.task }}"

0 commit comments

Comments
 (0)