Skip to content

Commit

Permalink
Exclude 0.10.4 itest
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 12, 2022
1 parent 35e8f71 commit 9c6049e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ object Setup {
object R010 extends Setup {
override val millPlatform = "0.10"
override val millVersion = "0.10.0"
override val testMillVersions = Seq("0.10.4", "0.10.3", "0.10.2", "0.10.1", millVersion)
// we skop 0.10.4 tests, as these don't run under windows properly
override val testMillVersions = Seq("0.10.3", "0.10.2", "0.10.1", millVersion)
}
object R09 extends Setup {
override val millPlatform = "0.9"
Expand Down Expand Up @@ -102,4 +103,3 @@ class ItestCross(itestVersion: String) extends MillIntegrationTestModule {
)
}
}

0 comments on commit 9c6049e

Please sign in to comment.