@@ -29,14 +29,14 @@ jobs:
2929 fail-fast : false
3030 matrix :
3131 os : [ubuntu-latest]
32- scala : [2.12.17, 3.2.2 , 2.13.10]
32+ scala : [2.12.17, 3.3.0 , 2.13.10]
3333 java : [temurin@8, temurin@11]
3434 project : [rootJS, rootJVM, rootNative]
3535 sjsStage : [FastOptStage, FullOptStage]
3636 exclude :
3737 - scala : 2.12.17
3838 java : temurin@11
39- - scala : 3.2.2
39+ - scala : 3.3.0
4040 java : temurin@11
4141 - project : rootJS
4242 java : temurin@11
@@ -236,32 +236,32 @@ jobs:
236236 tar xf targets.tar
237237 rm targets.tar
238238
239- - name : Download target directories (3.2.2 , rootJS, FastOptStage)
239+ - name : Download target directories (3.3.0 , rootJS, FastOptStage)
240240 uses : actions/download-artifact@v3
241241 with :
242- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 -rootJS-FastOptStage
242+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 -rootJS-FastOptStage
243243
244- - name : Inflate target directories (3.2.2 , rootJS, FastOptStage)
244+ - name : Inflate target directories (3.3.0 , rootJS, FastOptStage)
245245 run : |
246246 tar xf targets.tar
247247 rm targets.tar
248248
249- - name : Download target directories (3.2.2 , rootJVM, FastOptStage)
249+ - name : Download target directories (3.3.0 , rootJVM, FastOptStage)
250250 uses : actions/download-artifact@v3
251251 with :
252- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 -rootJVM-FastOptStage
252+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 -rootJVM-FastOptStage
253253
254- - name : Inflate target directories (3.2.2 , rootJVM, FastOptStage)
254+ - name : Inflate target directories (3.3.0 , rootJVM, FastOptStage)
255255 run : |
256256 tar xf targets.tar
257257 rm targets.tar
258258
259- - name : Download target directories (3.2.2 , rootNative, FastOptStage)
259+ - name : Download target directories (3.3.0 , rootNative, FastOptStage)
260260 uses : actions/download-artifact@v3
261261 with :
262- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 -rootNative-FastOptStage
262+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 -rootNative-FastOptStage
263263
264- - name : Inflate target directories (3.2.2 , rootNative, FastOptStage)
264+ - name : Inflate target directories (3.3.0 , rootNative, FastOptStage)
265265 run : |
266266 tar xf targets.tar
267267 rm targets.tar
0 commit comments