@@ -28,13 +28,13 @@ jobs:
28
28
strategy :
29
29
matrix :
30
30
os : [ubuntu-latest]
31
- scala : [2.12.16 , 2.13.8, 3.1.3]
31
+ scala : [2.12.17 , 2.13.8, 3.1.3]
32
32
java : [temurin@8, temurin@17, graalvm@11]
33
33
project : [rootJS, rootJVM, rootNative]
34
34
exclude :
35
- - scala : 2.12.16
35
+ - scala : 2.12.17
36
36
java : temurin@17
37
- - scala : 2.12.16
37
+ - scala : 2.12.17
38
38
java : graalvm@11
39
39
- scala : 3.1.3
40
40
java : temurin@17
@@ -232,32 +232,32 @@ jobs:
232
232
~/Library/Caches/Coursier/v1
233
233
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
234
234
235
- - name : Download target directories (2.12.16 , rootJS)
235
+ - name : Download target directories (2.12.17 , rootJS)
236
236
uses : actions/download-artifact@v2
237
237
with :
238
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJS
238
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS
239
239
240
- - name : Inflate target directories (2.12.16 , rootJS)
240
+ - name : Inflate target directories (2.12.17 , rootJS)
241
241
run : |
242
242
tar xf targets.tar
243
243
rm targets.tar
244
244
245
- - name : Download target directories (2.12.16 , rootJVM)
245
+ - name : Download target directories (2.12.17 , rootJVM)
246
246
uses : actions/download-artifact@v2
247
247
with :
248
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJVM
248
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM
249
249
250
- - name : Inflate target directories (2.12.16 , rootJVM)
250
+ - name : Inflate target directories (2.12.17 , rootJVM)
251
251
run : |
252
252
tar xf targets.tar
253
253
rm targets.tar
254
254
255
- - name : Download target directories (2.12.16 , rootNative)
255
+ - name : Download target directories (2.12.17 , rootNative)
256
256
uses : actions/download-artifact@v2
257
257
with :
258
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootNative
258
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative
259
259
260
- - name : Inflate target directories (2.12.16 , rootNative)
260
+ - name : Inflate target directories (2.12.17 , rootNative)
261
261
run : |
262
262
tar xf targets.tar
263
263
rm targets.tar
0 commit comments