|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest, macos-latest] |
31 | | - scala: [3.3.0, 2.12.17, 2.13.10] |
| 31 | + scala: [3.3.0, 2.12.17, 2.13.11] |
32 | 32 | java: [temurin@17] |
33 | 33 | project: [rootJS, rootJVM, rootNative] |
34 | 34 | exclude: |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' doc |
107 | 107 |
|
108 | 108 | - name: Scalafix tests |
109 | | - if: matrix.scala == '2.13.10' && matrix.project == 'rootJVM' |
| 109 | + if: matrix.scala == '2.13.11' && matrix.project == 'rootJVM' |
110 | 110 | run: | |
111 | 111 | cd scalafix |
112 | 112 | sbt testCI |
@@ -229,32 +229,32 @@ jobs: |
229 | 229 | tar xf targets.tar |
230 | 230 | rm targets.tar |
231 | 231 |
|
232 | | - - name: Download target directories (2.13.10, rootJS) |
| 232 | + - name: Download target directories (2.13.11, rootJS) |
233 | 233 | uses: actions/download-artifact@v3 |
234 | 234 | with: |
235 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS |
| 235 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS |
236 | 236 |
|
237 | | - - name: Inflate target directories (2.13.10, rootJS) |
| 237 | + - name: Inflate target directories (2.13.11, rootJS) |
238 | 238 | run: | |
239 | 239 | tar xf targets.tar |
240 | 240 | rm targets.tar |
241 | 241 |
|
242 | | - - name: Download target directories (2.13.10, rootJVM) |
| 242 | + - name: Download target directories (2.13.11, rootJVM) |
243 | 243 | uses: actions/download-artifact@v3 |
244 | 244 | with: |
245 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM |
| 245 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM |
246 | 246 |
|
247 | | - - name: Inflate target directories (2.13.10, rootJVM) |
| 247 | + - name: Inflate target directories (2.13.11, rootJVM) |
248 | 248 | run: | |
249 | 249 | tar xf targets.tar |
250 | 250 | rm targets.tar |
251 | 251 |
|
252 | | - - name: Download target directories (2.13.10, rootNative) |
| 252 | + - name: Download target directories (2.13.11, rootNative) |
253 | 253 | uses: actions/download-artifact@v3 |
254 | 254 | with: |
255 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative |
| 255 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative |
256 | 256 |
|
257 | | - - name: Inflate target directories (2.13.10, rootNative) |
| 257 | + - name: Inflate target directories (2.13.11, rootNative) |
258 | 258 | run: | |
259 | 259 | tar xf targets.tar |
260 | 260 | rm targets.tar |
|
0 commit comments