File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ ubuntu-latest ]
16
16
java :
17
- - 1.8
17
+ - 8.0
18
18
- 11
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
31
31
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
32
32
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v1
34
+ uses : actions/setup-java@v2
35
35
with :
36
36
java-version : ${{ matrix.java }}
37
+ distribution : ' adopt'
37
38
38
39
- name : Formatting check
39
40
run : sbt scalafmtCheckAll
64
65
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
65
66
66
67
- name : Set up JDK
67
- uses : actions/setup-java@v1
68
+ uses : actions/setup-java@v2
68
69
with :
69
70
java-version : ${{ matrix.java }}
71
+ distribution : ' adopt'
70
72
71
73
- name : Version check
72
74
run : sbt "project cucumberScala" versionPolicyCheck
You can’t perform that action at this time.
0 commit comments