diff --git a/.github/workflows/migration.yml b/.github/workflows/migration.yml index 9295b21ab4..17d28945eb 100644 --- a/.github/workflows/migration.yml +++ b/.github/workflows/migration.yml @@ -54,7 +54,7 @@ jobs: uses: coursier/cache-action@v5 - name: java 8 setup uses: olafurpg/setup-scala@v10 - - name: Scala 2 - run: sbt "++2.13.5;${{ matrix.task }}" +# - name: Scala 2 +# run: sbt "++2.13.5;${{ matrix.task }}" - name: Scala 3 run: sbt "++3.0.0-RC2;${{ matrix.task }}"