@@ -29,16 +29,16 @@ jobs:
2929 fail-fast : false
3030 matrix :
3131 os : [ubuntu-22.04]
32- scala : [2.12, 2.13 , 3]
32+ scala : [2.12.21, 3.8.1 , 3.3.7 ]
3333 java : [temurin@8, temurin@11, temurin@17]
3434 exclude :
35- - scala : 2.12
35+ - scala : 2.12.21
3636 java : temurin@11
37- - scala : 2.12
37+ - scala : 2.12.21
3838 java : temurin@17
39- - scala : 3
39+ - scala : 3.3.7
4040 java : temurin@11
41- - scala : 3
41+ - scala : 3.3.7
4242 java : temurin@17
4343 runs-on : ${{ matrix.os }}
4444 timeout-minutes : 60
@@ -188,32 +188,32 @@ jobs:
188188 if : matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
189189 run : sbt +update
190190
191- - name : Download target directories (2.12)
191+ - name : Download target directories (2.12.21 )
192192 uses : actions/download-artifact@v6
193193 with :
194- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
194+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.21
195195
196- - name : Inflate target directories (2.12)
196+ - name : Inflate target directories (2.12.21 )
197197 run : |
198198 tar xf targets.tar
199199 rm targets.tar
200200
201- - name : Download target directories (2.13 )
201+ - name : Download target directories (3.8.1 )
202202 uses : actions/download-artifact@v6
203203 with :
204- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
204+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.8.1
205205
206- - name : Inflate target directories (2.13 )
206+ - name : Inflate target directories (3.8.1 )
207207 run : |
208208 tar xf targets.tar
209209 rm targets.tar
210210
211- - name : Download target directories (3)
211+ - name : Download target directories (3.3.7 )
212212 uses : actions/download-artifact@v6
213213 with :
214- name : target-${{ matrix.os }}-${{ matrix.java }}-3
214+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.7
215215
216- - name : Inflate target directories (3)
216+ - name : Inflate target directories (3.3.7 )
217217 run : |
218218 tar xf targets.tar
219219 rm targets.tar
@@ -301,7 +301,7 @@ jobs:
301301 - name : Submit Dependencies
302302 uses : scalacenter/sbt-dependency-submission@v2
303303 with :
304- modules-ignore : root_2.12 root_2.13 root_3 docs_2.12 docs_2.13 docs_3 sbt-http4s-org-scalafix-internal_2.12 sbt-http4s-org-scalafix-internal_2.13 sbt-http4s-org-scalafix-internal_3
304+ modules-ignore : root_2.12 root_3 root_3 docs_2.12 docs_3 docs_3 sbt-http4s-org-scalafix-internal_2.12 sbt-http4s-org-scalafix-internal_3 sbt-http4s-org-scalafix-internal_3
305305 configs-ignore : test scala-tool scala-doc-tool test-internal
306306
307307 validate-steward :
0 commit comments