Skip to content

Commit 88d6ec0

Browse files
committed
update CI
1 parent b7b1ac4 commit 88d6ec0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Continuous Integration
99

1010
on:
1111
pull_request:
12-
branches: [3.x, 3.1, 3.0]
12+
branches: [3.x, 3.2, 3.1, 3.0]
1313
push:
14-
branches: [3.x, 3.1, 3.0]
14+
branches: [3.x, 3.2, 3.1, 3.0]
1515
tags: [v*]
1616

1717
env:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Test / parallelExecution := false
137137
ThisBuild / githubWorkflowSbtCommand := "sbt -J-Xmx2G"
138138
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec(Zulu, "17"), JavaSpec(Zulu, "21"), JavaSpec(Zulu, "25"))
139139
ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "mimaReportBinaryIssues")))
140-
ThisBuild / githubWorkflowTargetBranches := Seq("3.x", "3.1", "3.0")
140+
ThisBuild / githubWorkflowTargetBranches := Seq("3.x", "3.2", "3.1", "3.0")
141141
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
142142
ThisBuild / githubWorkflowPublishTargetBranches :=
143143
Seq(

0 commit comments

Comments
 (0)