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 1414 matrix :
1515 os : [ ubuntu-latest ]
1616 java :
17- - 1.8
17+ - 8.0
1818 - 11
1919 runs-on : ${{ matrix.os }}
2020 steps :
3131 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
3232
3333 - name : Set up JDK
34- uses : actions/setup-java@v1
34+ uses : actions/setup-java@v2
3535 with :
3636 java-version : ${{ matrix.java }}
37+ distribution : ' adopt'
3738
3839 - name : Formatting check
3940 run : sbt scalafmtCheckAll
6465 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
6566
6667 - name : Set up JDK
67- uses : actions/setup-java@v1
68+ uses : actions/setup-java@v2
6869 with :
6970 java-version : ${{ matrix.java }}
71+ distribution : ' adopt'
7072
7173 - name : Version check
7274 run : sbt "project cucumberScala" versionPolicyCheck
You can’t perform that action at this time.
0 commit comments