Skip to content

Commit 3e548d9

Browse files
author
Michel Davit
committed
Test legacy avro with 1.9
1 parent a39c270 commit 3e548d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
183183
List(
184184
WorkflowStep.Sbt(
185185
List("avro/test"),
186-
env = Map("JAVA_OPTS" -> "-Davro.version=1.8.2"),
186+
env = Map("JAVA_OPTS" -> "-Davro.version=1.9.2"),
187187
name = Some("Test")
188188
)
189189
),

0 commit comments

Comments
 (0)