Skip to content

Commit

Permalink
use jvm 15
Browse files Browse the repository at this point in the history
Avoid scala/bug#2034 when running tests
  • Loading branch information
yanns committed Dec 21, 2020
1 parent a9f8a49 commit 7fd85c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.12.12, 2.13.3]
java: [adopt@1.8]
java: [adopt@1.15]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import pl.project13.scala.sbt.JmhPlugin
ThisBuild / crossScalaVersions := Seq("2.12.12", "2.13.3")
ThisBuild / scalaVersion := crossScalaVersions.value.last
ThisBuild / githubWorkflowPublishTargetBranches := List()
ThisBuild / githubWorkflowJavaVersions := List("adopt@1.15")

lazy val publishSettings = Seq(
releaseCrossBuild := true,
Expand Down

0 comments on commit 7fd85c0

Please sign in to comment.