|
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | os: [ubuntu-22.04]
|
31 |
| - scala: [2.12.18, 3.3.0, 2.13.10] |
| 31 | + scala: [2.12.18, 3.3.0, 2.13.11] |
32 | 32 | java: [temurin@8, temurin@17]
|
33 | 33 | project: [rootJS, rootJVM, rootNative]
|
34 | 34 | exclude:
|
@@ -251,32 +251,32 @@ jobs:
|
251 | 251 | tar xf targets.tar
|
252 | 252 | rm targets.tar
|
253 | 253 |
|
254 |
| - - name: Download target directories (2.13.10, rootJS) |
| 254 | + - name: Download target directories (2.13.11, rootJS) |
255 | 255 | uses: actions/download-artifact@v3
|
256 | 256 | with:
|
257 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS |
| 257 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS |
258 | 258 |
|
259 |
| - - name: Inflate target directories (2.13.10, rootJS) |
| 259 | + - name: Inflate target directories (2.13.11, rootJS) |
260 | 260 | run: |
|
261 | 261 | tar xf targets.tar
|
262 | 262 | rm targets.tar
|
263 | 263 |
|
264 |
| - - name: Download target directories (2.13.10, rootJVM) |
| 264 | + - name: Download target directories (2.13.11, rootJVM) |
265 | 265 | uses: actions/download-artifact@v3
|
266 | 266 | with:
|
267 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM |
| 267 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM |
268 | 268 |
|
269 |
| - - name: Inflate target directories (2.13.10, rootJVM) |
| 269 | + - name: Inflate target directories (2.13.11, rootJVM) |
270 | 270 | run: |
|
271 | 271 | tar xf targets.tar
|
272 | 272 | rm targets.tar
|
273 | 273 |
|
274 |
| - - name: Download target directories (2.13.10, rootNative) |
| 274 | + - name: Download target directories (2.13.11, rootNative) |
275 | 275 | uses: actions/download-artifact@v3
|
276 | 276 | with:
|
277 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative |
| 277 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative |
278 | 278 |
|
279 |
| - - name: Inflate target directories (2.13.10, rootNative) |
| 279 | + - name: Inflate target directories (2.13.11, rootNative) |
280 | 280 | run: |
|
281 | 281 | tar xf targets.tar
|
282 | 282 | rm targets.tar
|
|
0 commit comments