File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
matrix :
24
24
os : [ubuntu-latest]
25
25
scala : [2.12.15]
26
- java : [adopt@1. 8, adopt@1. 11, adopt@1. 15]
26
+ java : [8, 11, 15]
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
29
29
- name : Checkout current branch (full)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ lazy val root = project
14
14
crossScalaVersions := scalaVersions
15
15
)
16
16
17
- ThisBuild / githubWorkflowJavaVersions := Seq (" adopt@1. 8" , " adopt@1. 11" , " adopt@1. 15" )
17
+ ThisBuild / githubWorkflowJavaVersions := Seq (" 8" , " 11" , " 15" )
18
18
ThisBuild / githubWorkflowScalaVersions := scalaVersions
19
19
ThisBuild / githubWorkflowBuildPostamble := Seq (
20
20
// This runs the template with the default parameters, and runs test within the templated app.
You can’t perform that action at this time.
0 commit comments