File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 os : [ubuntu-latest]
25- scala : [2.12.14 ]
26- java : [temurin@8, temurin@11, temurin@17 ]
25+ scala : [2.12.15 ]
26+ java : [temurin@8]
2727 runs-on : ${{ matrix.os }}
2828 steps :
2929 - name : Checkout current branch (full)
3838 distribution : temurin
3939 java-version : 8
4040
41- - name : Setup Java (temurin@11)
42- if : matrix.java == 'temurin@11'
43- uses : actions/setup-java@v2
44- with :
45- distribution : temurin
46- java-version : 11
47-
48- - name : Setup Java (temurin@17)
49- if : matrix.java == 'temurin@17'
50- uses : actions/setup-java@v2
51- with :
52- distribution : temurin
53- java-version : 17
54-
5541 - name : Cache sbt
5642 uses : actions/cache@v2
5743 with :
Original file line number Diff line number Diff line change 11import scala .collection .JavaConverters ._
22
3- scalaVersion := " 2.12.15"
3+ ThisBuild / scalaVersion := " 2.12.15"
44
55sbtPlugin := true
66crossSbtVersions := List (" 1.0.0" )
@@ -43,9 +43,7 @@ packageSrc / publishArtifact := false
4343ThisBuild / githubWorkflowPublishTargetBranches := Seq ()
4444
4545ThisBuild / githubWorkflowJavaVersions := List (
46- JavaSpec .temurin(" 8" ),
47- JavaSpec .temurin(" 11" ),
48- JavaSpec .temurin(" 17" )
46+ JavaSpec .temurin(" 8" )
4947)
5048
5149ThisBuild / githubWorkflowTargetBranches := Seq (" master" )
You can’t perform that action at this time.
0 commit comments