|
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | os: [ubuntu-latest]
|
31 |
| - scala: [2.12.17, 2.13.9, 3.2.0] |
| 31 | + scala: [2.12.17, 2.13.9, 3.2.2] |
32 | 32 | java: [temurin@8]
|
33 | 33 | project: [rootJS, rootJVM, rootNative]
|
34 | 34 | runs-on: ${{ matrix.os }}
|
@@ -211,32 +211,32 @@ jobs:
|
211 | 211 | tar xf targets.tar
|
212 | 212 | rm targets.tar
|
213 | 213 |
|
214 |
| - - name: Download target directories (3.2.0, rootJS) |
| 214 | + - name: Download target directories (3.2.2, rootJS) |
215 | 215 | uses: actions/download-artifact@v2
|
216 | 216 | with:
|
217 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJS |
| 217 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS |
218 | 218 |
|
219 |
| - - name: Inflate target directories (3.2.0, rootJS) |
| 219 | + - name: Inflate target directories (3.2.2, rootJS) |
220 | 220 | run: |
|
221 | 221 | tar xf targets.tar
|
222 | 222 | rm targets.tar
|
223 | 223 |
|
224 |
| - - name: Download target directories (3.2.0, rootJVM) |
| 224 | + - name: Download target directories (3.2.2, rootJVM) |
225 | 225 | uses: actions/download-artifact@v2
|
226 | 226 | with:
|
227 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM |
| 227 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM |
228 | 228 |
|
229 |
| - - name: Inflate target directories (3.2.0, rootJVM) |
| 229 | + - name: Inflate target directories (3.2.2, rootJVM) |
230 | 230 | run: |
|
231 | 231 | tar xf targets.tar
|
232 | 232 | rm targets.tar
|
233 | 233 |
|
234 |
| - - name: Download target directories (3.2.0, rootNative) |
| 234 | + - name: Download target directories (3.2.2, rootNative) |
235 | 235 | uses: actions/download-artifact@v2
|
236 | 236 | with:
|
237 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootNative |
| 237 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative |
238 | 238 |
|
239 |
| - - name: Inflate target directories (3.2.0, rootNative) |
| 239 | + - name: Inflate target directories (3.2.2, rootNative) |
240 | 240 | run: |
|
241 | 241 | tar xf targets.tar
|
242 | 242 | rm targets.tar
|
|
0 commit comments