File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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)
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)
Original file line number Diff line number Diff 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+
7173ThisBuild / githubWorkflowBuildPostamble ++= List (
7274 WorkflowStep .Sbt (
7375 List (" docs/mdoc" ),
You can’t perform that action at this time.
0 commit comments