@@ -28,13 +28,13 @@ jobs:
2828 strategy :
2929 matrix :
3030 os : [ubuntu-22.04]
31- scala : [2.12, 3, 2.13 ]
31+ scala : [2.12.21 , 3.3.7, 3.8.1 ]
3232 java : [temurin@8, temurin@17]
3333 project : [rootJS, rootJVM, rootNative]
3434 exclude :
35- - scala : 2.12
35+ - scala : 2.12.21
3636 java : temurin@17
37- - scala : 3
37+ - scala : 3.3.7
3838 java : temurin@17
3939 - project : rootJS
4040 java : temurin@17
@@ -162,92 +162,92 @@ jobs:
162162 if : matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
163163 run : sbt +update
164164
165- - name : Download target directories (2.12, rootJS)
165+ - name : Download target directories (2.12.21 , rootJS)
166166 uses : actions/download-artifact@v6
167167 with :
168- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
168+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 -rootJS
169169
170- - name : Inflate target directories (2.12, rootJS)
170+ - name : Inflate target directories (2.12.21 , rootJS)
171171 run : |
172172 tar xf targets.tar
173173 rm targets.tar
174174
175- - name : Download target directories (2.12, rootJVM)
175+ - name : Download target directories (2.12.21 , rootJVM)
176176 uses : actions/download-artifact@v6
177177 with :
178- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
178+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 -rootJVM
179179
180- - name : Inflate target directories (2.12, rootJVM)
180+ - name : Inflate target directories (2.12.21 , rootJVM)
181181 run : |
182182 tar xf targets.tar
183183 rm targets.tar
184184
185- - name : Download target directories (2.12, rootNative)
185+ - name : Download target directories (2.12.21 , rootNative)
186186 uses : actions/download-artifact@v6
187187 with :
188- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
188+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 -rootNative
189189
190- - name : Inflate target directories (2.12, rootNative)
190+ - name : Inflate target directories (2.12.21 , rootNative)
191191 run : |
192192 tar xf targets.tar
193193 rm targets.tar
194194
195- - name : Download target directories (3, rootJS)
195+ - name : Download target directories (3.3.7 , rootJS)
196196 uses : actions/download-artifact@v6
197197 with :
198- name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
198+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7 -rootJS
199199
200- - name : Inflate target directories (3, rootJS)
200+ - name : Inflate target directories (3.3.7 , rootJS)
201201 run : |
202202 tar xf targets.tar
203203 rm targets.tar
204204
205- - name : Download target directories (3, rootJVM)
205+ - name : Download target directories (3.3.7 , rootJVM)
206206 uses : actions/download-artifact@v6
207207 with :
208- name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
208+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7 -rootJVM
209209
210- - name : Inflate target directories (3, rootJVM)
210+ - name : Inflate target directories (3.3.7 , rootJVM)
211211 run : |
212212 tar xf targets.tar
213213 rm targets.tar
214214
215- - name : Download target directories (3, rootNative)
215+ - name : Download target directories (3.3.7 , rootNative)
216216 uses : actions/download-artifact@v6
217217 with :
218- name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
218+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7 -rootNative
219219
220- - name : Inflate target directories (3, rootNative)
220+ - name : Inflate target directories (3.3.7 , rootNative)
221221 run : |
222222 tar xf targets.tar
223223 rm targets.tar
224224
225- - name : Download target directories (2.13 , rootJS)
225+ - name : Download target directories (3.8.1 , rootJS)
226226 uses : actions/download-artifact@v6
227227 with :
228- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13 -rootJS
228+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.8.1 -rootJS
229229
230- - name : Inflate target directories (2.13 , rootJS)
230+ - name : Inflate target directories (3.8.1 , rootJS)
231231 run : |
232232 tar xf targets.tar
233233 rm targets.tar
234234
235- - name : Download target directories (2.13 , rootJVM)
235+ - name : Download target directories (3.8.1 , rootJVM)
236236 uses : actions/download-artifact@v6
237237 with :
238- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13 -rootJVM
238+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.8.1 -rootJVM
239239
240- - name : Inflate target directories (2.13 , rootJVM)
240+ - name : Inflate target directories (3.8.1 , rootJVM)
241241 run : |
242242 tar xf targets.tar
243243 rm targets.tar
244244
245- - name : Download target directories (2.13 , rootNative)
245+ - name : Download target directories (3.8.1 , rootNative)
246246 uses : actions/download-artifact@v6
247247 with :
248- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13 -rootNative
248+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.8.1 -rootNative
249249
250- - name : Inflate target directories (2.13 , rootNative)
250+ - name : Inflate target directories (3.8.1 , rootNative)
251251 run : |
252252 tar xf targets.tar
253253 rm targets.tar
@@ -322,7 +322,7 @@ jobs:
322322 - name : Submit Dependencies
323323 uses : scalacenter/sbt-dependency-submission@v2
324324 with :
325- modules-ignore : rootjs_2.12 rootjs_3 rootjs_2.13 docs_2.12 docs_3 docs_2.13 rootjvm_2.12 rootjvm_3 rootjvm_2.13 rootnative_2.12 rootnative_3 rootnative_2.13
325+ modules-ignore : rootjs_2.12 rootjs_3 rootjs_3 docs_2.12 docs_3 docs_3 rootjvm_2.12 rootjvm_3 rootjvm_3 rootnative_2.12 rootnative_3 rootnative_3
326326 configs-ignore : test scala-tool scala-doc-tool test-internal
327327
328328 site :
0 commit comments