2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- scala : [2.12.20, 2.13.16 , 3.3.6]
29+ scala : [2.12.20, 2.13.17 , 3.3.6]
3030 java :
3131 - graal_graalvm@17
3232 - graal_graalvm@21
8585 apps : sbt
8686
8787 - name : Check formatting
88- if : matrix.scala == '2.13.16 '
89- run : sbt ++2.13.16 fmtCheck
88+ if : matrix.scala == '2.13.17 '
89+ run : sbt ++2.13.17 fmtCheck
9090
9191 - name : Check that workflows are up to date
9292 run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
@@ -100,10 +100,10 @@ jobs:
100100
101101 - name : Check doc generation
102102 if : ${{ github.event_name == 'pull_request' }}
103- run : sbt ++2.13.16 doc
103+ run : sbt ++2.13.17 doc
104104
105105 - name : zio-http-shaded Tests
106- if : matrix.scala == '2.13.16 '
106+ if : matrix.scala == '2.13.17 '
107107 env :
108108 PUBLISH_SHADED : true
109109 run : sbt '++ ${{ matrix.scala }}' zioHttpShadedTests/test
@@ -124,7 +124,7 @@ jobs:
124124 strategy :
125125 matrix :
126126 os : [ubuntu-latest]
127- scala : [2.13.16 ]
127+ scala : [2.13.17 ]
128128 java : [graal_graalvm@17]
129129 runs-on : ${{ matrix.os }}
130130 steps :
@@ -182,12 +182,12 @@ jobs:
182182 tar xf targets.tar
183183 rm targets.tar
184184
185- - name : Download target directories (2.13.16 )
185+ - name : Download target directories (2.13.17 )
186186 uses : actions/download-artifact@v5
187187 with :
188- name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
188+ name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
189189
190- - name : Inflate target directories (2.13.16 )
190+ - name : Inflate target directories (2.13.17 )
191191 run : |
192192 tar xf targets.tar
193193 rm targets.tar
@@ -262,7 +262,7 @@ jobs:
262262 strategy :
263263 matrix :
264264 os : [ubuntu-latest]
265- scala : [2.13.16 ]
265+ scala : [2.13.17 ]
266266 java : [temurin@17]
267267 runs-on : ${{ matrix.os }}
268268 steps :
@@ -298,7 +298,7 @@ jobs:
298298 strategy :
299299 matrix :
300300 os : [ubuntu-latest]
301- scala : [2.13.16 ]
301+ scala : [2.13.17 ]
302302 java : [temurin@17]
303303 runs-on : ${{ matrix.os }}
304304 steps :
@@ -336,7 +336,7 @@ jobs:
336336 strategy :
337337 matrix :
338338 os : [ubuntu-latest]
339- scala : [2.13.16 ]
339+ scala : [2.13.17 ]
340340 java : [temurin@17]
341341 runs-on : ${{ matrix.os }}
342342 steps :
@@ -374,7 +374,7 @@ jobs:
374374 strategy :
375375 matrix :
376376 os : [ubuntu-latest]
377- scala : [2.13.16 ]
377+ scala : [2.13.17 ]
378378 java : [temurin@17]
379379 runs-on : ${{ matrix.os }}
380380 steps :
@@ -412,7 +412,7 @@ jobs:
412412 strategy :
413413 matrix :
414414 os : [ubuntu-latest]
415- scala : [2.13.16 ]
415+ scala : [2.13.17 ]
416416 java : [temurin@17]
417417 runs-on : ${{ matrix.os }}
418418 steps :
@@ -450,7 +450,7 @@ jobs:
450450 strategy :
451451 matrix :
452452 os : [ubuntu-latest]
453- scala : [2.13.16 ]
453+ scala : [2.13.17 ]
454454 java : [temurin@17]
455455 runs-on : ${{ matrix.os }}
456456 steps :
@@ -488,7 +488,7 @@ jobs:
488488 strategy :
489489 matrix :
490490 os : [ubuntu-latest]
491- scala : [2.13.16 ]
491+ scala : [2.13.17 ]
492492 java : [temurin@17]
493493 runs-on : ${{ matrix.os }}
494494 steps :
@@ -526,7 +526,7 @@ jobs:
526526 strategy :
527527 matrix :
528528 os : [ubuntu-latest]
529- scala : [2.13.16 ]
529+ scala : [2.13.17 ]
530530 java : [temurin@17]
531531 runs-on : ${{ matrix.os }}
532532 steps :
@@ -564,7 +564,7 @@ jobs:
564564 strategy :
565565 matrix :
566566 os : [ubuntu-latest]
567- scala : [2.13.16 ]
567+ scala : [2.13.17 ]
568568 java : [temurin@17]
569569 runs-on : ${{ matrix.os }}
570570 steps :
@@ -602,7 +602,7 @@ jobs:
602602 strategy :
603603 matrix :
604604 os : [ubuntu-latest]
605- scala : [2.13.16 ]
605+ scala : [2.13.17 ]
606606 java : [temurin@17]
607607 runs-on : ${{ matrix.os }}
608608 steps :
@@ -640,7 +640,7 @@ jobs:
640640 strategy :
641641 matrix :
642642 os : [ubuntu-latest]
643- scala : [2.13.16 ]
643+ scala : [2.13.17 ]
644644 java : [temurin@17]
645645 runs-on : ${{ matrix.os }}
646646 steps :
@@ -678,7 +678,7 @@ jobs:
678678 strategy :
679679 matrix :
680680 os : [ubuntu-latest]
681- scala : [2.13.16 ]
681+ scala : [2.13.17 ]
682682 java : [temurin@17]
683683 runs-on : ${{ matrix.os }}
684684 steps :
@@ -716,7 +716,7 @@ jobs:
716716 strategy :
717717 matrix :
718718 os : [ubuntu-latest]
719- scala : [2.13.16 ]
719+ scala : [2.13.17 ]
720720 java : [temurin@17]
721721 runs-on : ${{ matrix.os }}
722722 steps :
@@ -754,7 +754,7 @@ jobs:
754754 strategy :
755755 matrix :
756756 os : [ubuntu-latest]
757- scala : [2.13.16 ]
757+ scala : [2.13.17 ]
758758 java : [temurin@17]
759759 runs-on : ${{ matrix.os }}
760760 steps :
@@ -792,7 +792,7 @@ jobs:
792792 strategy :
793793 matrix :
794794 os : [ubuntu-latest]
795- scala : [2.13.16 ]
795+ scala : [2.13.17 ]
796796 java : [temurin@17]
797797 runs-on : ${{ matrix.os }}
798798 steps :
@@ -830,7 +830,7 @@ jobs:
830830 strategy :
831831 matrix :
832832 os : [ubuntu-latest]
833- scala : [2.13.16 ]
833+ scala : [2.13.17 ]
834834 java : [temurin@17]
835835 runs-on : ${{ matrix.os }}
836836 steps :
@@ -868,7 +868,7 @@ jobs:
868868 strategy :
869869 matrix :
870870 os : [ubuntu-latest]
871- scala : [2.13.16 ]
871+ scala : [2.13.17 ]
872872 java : [temurin@17]
873873 runs-on : ${{ matrix.os }}
874874 steps :
@@ -906,7 +906,7 @@ jobs:
906906 strategy :
907907 matrix :
908908 os : [ubuntu-latest]
909- scala : [2.13.16 ]
909+ scala : [2.13.17 ]
910910 java : [temurin@17]
911911 runs-on : ${{ matrix.os }}
912912 steps :
@@ -944,7 +944,7 @@ jobs:
944944 strategy :
945945 matrix :
946946 os : [ubuntu-latest]
947- scala : [2.13.16 ]
947+ scala : [2.13.17 ]
948948 java : [temurin@17]
949949 runs-on : ${{ matrix.os }}
950950 steps :
@@ -1138,7 +1138,7 @@ jobs:
11381138 strategy :
11391139 matrix :
11401140 os : [ubuntu-latest]
1141- scala : [2.13.16 ]
1141+ scala : [2.13.17 ]
11421142 java : [temurin@17]
11431143 runs-on : ${{ matrix.os }}
11441144 steps :
@@ -1217,7 +1217,7 @@ jobs:
12171217 strategy :
12181218 matrix :
12191219 os : [ubuntu-latest]
1220- scala : [2.13.16 ]
1220+ scala : [2.13.17 ]
12211221 java : [temurin@17]
12221222 runs-on : ${{ matrix.os }}
12231223 steps :
0 commit comments