File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 2222 name : Build and Test
2323 strategy :
2424 matrix :
25- os : [ubuntu-20.04 ]
25+ os : [ubuntu-latest ]
2626 scala : [2.11.12, 2.12.20, 2.13.15, 3.3.4]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
4040 java-version : 8
4141 cache : sbt
4242
43+ - name : Setup sbt
44+ uses : sbt/setup-sbt@v1
45+
46+ - name : Check that workflows are up to date
47+ run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
48+
4349 - name : Scala 2.13 build
4450 if : startsWith(matrix.scala, '2.13')
4551 run : sbt '++ ${{ matrix.scala }}' coverage test coverageReport
8187 java-version : 8
8288 cache : sbt
8389
90+ - name : Setup sbt
91+ uses : sbt/setup-sbt@v1
92+
8493 - name : Download target directories (2.11.12)
8594 uses : actions/download-artifact@v4
8695 with :
You can’t perform that action at this time.
0 commit comments