|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest] |
31 | | - scala: [3.1.3, 2.12.16, 2.13.8] |
| 31 | + scala: [3.1.3, 2.12.17, 2.13.8] |
32 | 32 | java: [temurin@8, temurin@11] |
33 | 33 | project: [rootJS, rootJVM, rootNative] |
34 | 34 | workers: [1, 4] |
@@ -219,32 +219,32 @@ jobs: |
219 | 219 | tar xf targets.tar |
220 | 220 | rm targets.tar |
221 | 221 |
|
222 | | - - name: Download target directories (2.12.16, rootJS, 1) |
| 222 | + - name: Download target directories (2.12.17, rootJS, 1) |
223 | 223 | uses: actions/download-artifact@v2 |
224 | 224 | with: |
225 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS-1 |
| 225 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1 |
226 | 226 |
|
227 | | - - name: Inflate target directories (2.12.16, rootJS, 1) |
| 227 | + - name: Inflate target directories (2.12.17, rootJS, 1) |
228 | 228 | run: | |
229 | 229 | tar xf targets.tar |
230 | 230 | rm targets.tar |
231 | 231 |
|
232 | | - - name: Download target directories (2.12.16, rootJVM, 1) |
| 232 | + - name: Download target directories (2.12.17, rootJVM, 1) |
233 | 233 | uses: actions/download-artifact@v2 |
234 | 234 | with: |
235 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM-1 |
| 235 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1 |
236 | 236 |
|
237 | | - - name: Inflate target directories (2.12.16, rootJVM, 1) |
| 237 | + - name: Inflate target directories (2.12.17, rootJVM, 1) |
238 | 238 | run: | |
239 | 239 | tar xf targets.tar |
240 | 240 | rm targets.tar |
241 | 241 |
|
242 | | - - name: Download target directories (2.12.16, rootNative, 1) |
| 242 | + - name: Download target directories (2.12.17, rootNative, 1) |
243 | 243 | uses: actions/download-artifact@v2 |
244 | 244 | with: |
245 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative-1 |
| 245 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1 |
246 | 246 |
|
247 | | - - name: Inflate target directories (2.12.16, rootNative, 1) |
| 247 | + - name: Inflate target directories (2.12.17, rootNative, 1) |
248 | 248 | run: | |
249 | 249 | tar xf targets.tar |
250 | 250 | rm targets.tar |
|
0 commit comments