Skip to content

Commit

Permalink
chore: Revert tests to use Scala 3.3.3 for running tests in mill
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 14, 2024
1 parent 965faa0 commit b77fedf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tests.mill

import java.util.concurrent.TimeUnit

import scala.meta.internal.metals.BuildInfo.scala3
import scala.meta.internal.metals.DebugDiscoveryParams
import scala.meta.internal.metals.JsonParser._
import scala.meta.internal.metals.MetalsEnrichments._
Expand All @@ -29,7 +28,8 @@ class MillDebugDiscoverySuite
// mill sometimes hangs and doesn't return main classes
override protected val retryTimes: Int = 2

for (scala <- List(scalaVersion, scala3)) {
// Needs LTS 3.3.5
for (scala <- List(scalaVersion, "3.3.3")) {

test(s"testTarget-$scala") {
cleanWorkspace()
Expand Down

0 comments on commit b77fedf

Please sign in to comment.