Skip to content

Commit

Permalink
Disable Scala 2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzobaz authored and MaximeKjaer committed May 5, 2021
1 parent 47044fe commit d4b9f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit d4b9f8c

Please sign in to comment.