|
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | os: [ubuntu-latest]
|
31 |
| - scala: [3.0.2, 2.12.15, 2.13.8] |
| 31 | + scala: [3.1.1, 2.12.15, 2.13.8] |
32 | 32 | java: [temurin@8, temurin@11]
|
33 | 33 | project: [rootJS, rootJVM, rootNative]
|
34 | 34 | workers: [1, 4]
|
|
37 | 37 | java: temurin@11
|
38 | 38 | - project: rootNative
|
39 | 39 | java: temurin@11
|
40 |
| - - project: rootNative |
41 |
| - scala: 3.0.2 |
42 | 40 | - project: rootJS
|
43 | 41 | workers: 4
|
44 | 42 | - project: rootNative
|
@@ -191,32 +189,42 @@ jobs:
|
191 | 189 | ~/Library/Caches/Coursier/v1
|
192 | 190 | key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
193 | 191 |
|
194 |
| - - name: Download target directories (3.0.2, rootJS, 1) |
| 192 | + - name: Download target directories (3.1.1, rootJS, 1) |
| 193 | + uses: actions/download-artifact@v2 |
| 194 | + with: |
| 195 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS-1 |
| 196 | + |
| 197 | + - name: Inflate target directories (3.1.1, rootJS, 1) |
| 198 | + run: | |
| 199 | + tar xf targets.tar |
| 200 | + rm targets.tar |
| 201 | +
|
| 202 | + - name: Download target directories (3.1.1, rootJVM, 1) |
195 | 203 | uses: actions/download-artifact@v2
|
196 | 204 | with:
|
197 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJS-1 |
| 205 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM-1 |
198 | 206 |
|
199 |
| - - name: Inflate target directories (3.0.2, rootJS, 1) |
| 207 | + - name: Inflate target directories (3.1.1, rootJVM, 1) |
200 | 208 | run: |
|
201 | 209 | tar xf targets.tar
|
202 | 210 | rm targets.tar
|
203 | 211 |
|
204 |
| - - name: Download target directories (3.0.2, rootJVM, 1) |
| 212 | + - name: Download target directories (3.1.1, rootNative, 1) |
205 | 213 | uses: actions/download-artifact@v2
|
206 | 214 | with:
|
207 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJVM-1 |
| 215 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootNative-1 |
208 | 216 |
|
209 |
| - - name: Inflate target directories (3.0.2, rootJVM, 1) |
| 217 | + - name: Inflate target directories (3.1.1, rootNative, 1) |
210 | 218 | run: |
|
211 | 219 | tar xf targets.tar
|
212 | 220 | rm targets.tar
|
213 | 221 |
|
214 |
| - - name: Download target directories (3.0.2, rootJVM, 1) |
| 222 | + - name: Download target directories (3.1.1, rootJVM, 1) |
215 | 223 | uses: actions/download-artifact@v2
|
216 | 224 | with:
|
217 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2-rootJVM-1 |
| 225 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM-1 |
218 | 226 |
|
219 |
| - - name: Inflate target directories (3.0.2, rootJVM, 1) |
| 227 | + - name: Inflate target directories (3.1.1, rootJVM, 1) |
220 | 228 | run: |
|
221 | 229 | tar xf targets.tar
|
222 | 230 | rm targets.tar
|
|
0 commit comments