Skip to content

Commit

Permalink
DynamicSuite: test newer versions without problems
Browse files Browse the repository at this point in the history
The versions being replaced lead to exceptions when running against
current library.
  • Loading branch information
kitbellew committed Mar 8, 2024
1 parent 0223699 commit 5690ac0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ class DynamicSuite extends FunSuite {
private val testedVersions = Seq(
nightly,
latest,
"3.1.2",
"2.7.5",
"3.8.0",
"3.7.15",
"2.5.3",
"2.0.0-RC4",
"1.6.0-RC4",
Expand Down

0 comments on commit 5690ac0

Please sign in to comment.