Skip to content

Commit

Permalink
Added mill 0.9.9 to test matrix (#58)
Browse files Browse the repository at this point in the history
Pull request: #58
  • Loading branch information
lefou authored Jul 15, 2021
1 parent 1e196ed commit 8e78e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ Newer version of mill may or may not work. (Feel free to update this page via a
[options="header"]
|===
| mill-integrationtest | mill
| 0.4.1 | 0.6.2 - 0.9.8
| 0.4.0 | 0.6.2 - 0.9.6, 0.9.8
| 0.4.1 | 0.6.2 - 0.9.9
| 0.4.0 | 0.6.2 - 0.9.6, (not 0.9.7), 0.9.8 - 0.9.9
| 0.3.3 | 0.6.2 - 0.8.0
| 0.3.2 | 0.6.2 - 0.8.0
| 0.3.1 | 0.6.2 - 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case class CrossConfig(millPlatform: String, minMillVersion: String, scalaVersio

// Tuple: Mill version -> CrossConfig
val millApiCrossVersions = Seq(
CrossConfig("0.9", "0.9.3", "2.13.4", testWithMill = Seq("0.9.8", "0.9.7", "0.9.6", "0.9.5", "0.9.4", "0.9.3")),
CrossConfig("0.9", "0.9.3", "2.13.4", testWithMill = Seq("0.9.9", "0.9.8", "0.9.7", "0.9.6", "0.9.5", "0.9.4", "0.9.3")),
CrossConfig("0.7", "0.7.0", "2.13.4", testWithMill = Seq("0.8.0", "0.7.4", "0.7.3", "0.7.2", "0.7.1")),
CrossConfig("0.6.2", "0.6.2", "2.12.11", testWithMill = Seq("0.6.2"))
)
Expand Down

0 comments on commit 8e78e60

Please sign in to comment.