File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 strategy :
2828 matrix :
2929 os : [ubuntu-latest]
30- scala : [0.27.0-RC1, 2.12.11, 2.13.3]
30+ scala : [0.27.0-RC1, 3.0.0-M1, 2.12.11, 2.13.3]
3131 java : [adopt@1.8]
3232 runs-on : ${{ matrix.os }}
3333 steps :
3737 fetch-depth : 0
3838
3939 - name : Setup Java and Scala
40- uses : olafurpg/setup-scala@v5
40+ uses : olafurpg/setup-scala@v10
4141 with :
4242 java-version : ${{ matrix.java }}
4343
@@ -111,7 +111,7 @@ jobs:
111111 fetch-depth : 0
112112
113113 - name : Setup Java and Scala
114- uses : olafurpg/setup-scala@v5
114+ uses : olafurpg/setup-scala@v10
115115 with :
116116 java-version : ${{ matrix.java }}
117117
@@ -164,6 +164,16 @@ jobs:
164164 tar xf targets.tar
165165 rm targets.tar
166166
167+ - name : Download target directories (3.0.0-M1)
168+ uses : actions/download-artifact@v2
169+ with :
170+ name : target-${{ matrix.os }}-3.0.0-M1-${{ matrix.java }}
171+
172+ - name : Inflate target directories (3.0.0-M1)
173+ run : |
174+ tar xf targets.tar
175+ rm targets.tar
176+
167177 - name : Download target directories (2.12.11)
168178 uses : actions/download-artifact@v2
169179 with :
You can’t perform that action at this time.
0 commit comments