|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest] |
31 | | - scala: [2.12.17, 2.13.9, 3.2.0] |
| 31 | + scala: [2.12.17, 2.13.10, 3.2.0] |
32 | 32 | java: [temurin@8] |
33 | 33 | project: [rootJS, rootJVM] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -167,22 +167,22 @@ jobs: |
167 | 167 | tar xf targets.tar |
168 | 168 | rm targets.tar |
169 | 169 |
|
170 | | - - name: Download target directories (2.13.9, rootJS) |
| 170 | + - name: Download target directories (2.13.10, rootJS) |
171 | 171 | uses: actions/download-artifact@v2 |
172 | 172 | with: |
173 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS |
| 173 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS |
174 | 174 |
|
175 | | - - name: Inflate target directories (2.13.9, rootJS) |
| 175 | + - name: Inflate target directories (2.13.10, rootJS) |
176 | 176 | run: | |
177 | 177 | tar xf targets.tar |
178 | 178 | rm targets.tar |
179 | 179 |
|
180 | | - - name: Download target directories (2.13.9, rootJVM) |
| 180 | + - name: Download target directories (2.13.10, rootJVM) |
181 | 181 | uses: actions/download-artifact@v2 |
182 | 182 | with: |
183 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM |
| 183 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM |
184 | 184 |
|
185 | | - - name: Inflate target directories (2.13.9, rootJVM) |
| 185 | + - name: Inflate target directories (2.13.10, rootJVM) |
186 | 186 | run: | |
187 | 187 | tar xf targets.tar |
188 | 188 | rm targets.tar |
|
0 commit comments