Skip to content

Commit

Permalink
Test legacy avro with 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jul 22, 2024
1 parent a39c270 commit 3e548d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
List(
WorkflowStep.Sbt(
List("avro/test"),
env = Map("JAVA_OPTS" -> "-Davro.version=1.8.2"),
env = Map("JAVA_OPTS" -> "-Davro.version=1.9.2"),
name = Some("Test")
)
),
Expand Down

0 comments on commit 3e548d9

Please sign in to comment.