Skip to content

Commit

Permalink
Revert "Test on JDK16"
Browse files Browse the repository at this point in the history
This reverts commit 5d7a865.
  • Loading branch information
rossabaker committed Feb 26, 2021
1 parent 9d20641 commit d8c9f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Http4sOrgPlugin extends AutoPlugin {
val githubActionsSettings: Seq[Setting[_]] =
Seq(
spiewakMainBranches := Seq("main"),
githubWorkflowJavaVersions := List("adopt@1.8", "adopt@1.11", "adopt@1.16"),
githubWorkflowJavaVersions := List("adopt@1.8", "adopt@1.11", "adopt@1.15"),
githubWorkflowBuild := Seq(
WorkflowStep
.Sbt(List("scalafmtCheckAll", "scalafmtSbtCheck"), name = Some("Check formatting")),
Expand Down

0 comments on commit d8c9f7e

Please sign in to comment.