Skip to content

Commit

Permalink
CI: Update test matrix, add Mill 0.11.6 (#159)
Browse files Browse the repository at this point in the history
Pull request: #159
  • Loading branch information
lefou authored Feb 1, 2024
1 parent c0db543 commit bf16ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
targets:
- "__.publishLocal testRepo"
- "core.__.test"
- "itest[0.11.1].test"
- "itest[0.11.6].test"
- "itest[0.11.0].test"
- "itest[0.10.12].test"
- "itest[0.10.0].test"
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object Deps_0_11 extends Deps {
override val millVersion = "0.11.0" // scala-steward:off
override def millPlatform = "0.11"
// keep in sync with .github/workflows/build.yml
override val millTestVersions = Seq("0.11.1", millVersion)
override val millTestVersions = Seq("0.11.6", millVersion)
}
object Deps_0_10 extends Deps {
override val millVersion = "0.10.0" // scala-steward:off
Expand Down

0 comments on commit bf16ad7

Please sign in to comment.