Skip to content

Commit

Permalink
CI: Update itest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 29, 2023
1 parent e9dbde0 commit f680242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
targets:
- __.publishLocal $(pwd)/testRepo
- "main[_].__.test"
- "itest[0.11.6].test"
- "itest[0.11.0].test"
- "itest[0.10.11].test"
- "itest[0.10.3].test"
- "itest[0.10.13].test"
- "itest[0.10.0].test"
- "itest[0.9.12].test"
- "itest[0.9.3].test"
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Deps_0_10 extends Deps {
override def millVersion = "0.10.0" // scala-steward:off
override def millPlatform = "0.10"
// keep in sync with .github/workflows/build.yml
override def testWithMill = Seq("0.10.13", "0.10.3", millVersion)
override def testWithMill = Seq("0.10.13", millVersion)
override val osLib = ivy"com.lihaoyi::os-lib:0.8.0" // scala-steward:off
}
object Deps_0_9 extends Deps {
Expand Down

0 comments on commit f680242

Please sign in to comment.