Skip to content

Commit af9e4b7

Browse files
committed
update java to jdk11
1 parent f869a2a commit af9e4b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
os: [ubuntu-latest]
2929
scala: [2.13.6, 3.0.0, 2.12.14]
30-
java: [adopt@1.8]
30+
java: [adopt@1.11.0-11]
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- name: Checkout current branch (full)
@@ -77,7 +77,7 @@ jobs:
7777
matrix:
7878
os: [ubuntu-latest]
7979
scala: [2.13.6]
80-
java: [adopt@1.8]
80+
java: [adopt@1.11.0-11]
8181
runs-on: ${{ matrix.os }}
8282
steps:
8383
- name: Checkout current branch (full)

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ lazy val docs = project
6868
.dependsOn(core)
6969
.enablePlugins(MdocPlugin, NoPublishPlugin)
7070

71+
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]")
72+
7173
ThisBuild / githubWorkflowBuildPostamble ++= List(
7274
WorkflowStep.Sbt(
7375
List("docs/mdoc"),

0 commit comments

Comments
 (0)