Skip to content

Commit

Permalink
Merge pull request #724 from rossabaker/3.0.0-M2
Browse files Browse the repository at this point in the history
In with 3.0.0-M2, out with 0.27.0-RC1
  • Loading branch information
djspiewak authored Nov 25, 2020
2 parents 1bb69eb + c008cd5 commit a847e3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [0.27.0-RC1, 3.0.0-M1, 2.11.12, 2.12.10, 2.13.3]
scala: [3.0.0-M1, 3.0.0-M2, 2.11.12, 2.12.10, 2.13.3]
java: [[email protected], [email protected]]
platform: [jvm]
workers: [1, 4]
include:
- workers: 1
os: ubuntu-latest
java: [email protected]
scala: 0.27.0-RC1
scala: 3.0.0-M1
platform: js
- workers: 1
os: ubuntu-latest
java: [email protected]
scala: 3.0.0-M1
scala: 3.0.0-M2
platform: js
- workers: 1
os: ubuntu-latest
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [0.27.0-RC1, 3.0.0-M1, 2.11.12, 2.12.10, 2.13.3]
scala: [3.0.0-M1, 3.0.0-M2, 2.11.12, 2.12.10, 2.13.3]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ scalaVersionSettings
val Scala211 = "2.11.12"
val Scala212 = "2.12.10"
val Scala213 = "2.13.3"
val DottyOld = "0.27.0-RC1"
val DottyNew = "3.0.0-M1"
val DottyOld = "3.0.0-M1"
val DottyNew = "3.0.0-M2"

ThisBuild / crossScalaVersions := Seq(DottyOld, DottyNew, Scala211, Scala212, Scala213)
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
Expand Down

0 comments on commit a847e3f

Please sign in to comment.