|
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | os: [ubuntu-latest]
|
31 |
| - scala: [3.1.3, 2.12.16, 2.13.8] |
| 31 | + scala: [3.2.0, 2.12.16, 2.13.8] |
32 | 32 | java: [temurin@8, temurin@11]
|
33 | 33 | project: [rootJS, rootJVM, rootNative]
|
34 | 34 | workers: [1, 4]
|
@@ -189,32 +189,32 @@ jobs:
|
189 | 189 | ~/Library/Caches/Coursier/v1
|
190 | 190 | key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
191 | 191 |
|
192 |
| - - name: Download target directories (3.1.3, rootJS, 1) |
| 192 | + - name: Download target directories (3.2.0, rootJS, 1) |
193 | 193 | uses: actions/download-artifact@v2
|
194 | 194 | with:
|
195 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS-1 |
| 195 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJS-1 |
196 | 196 |
|
197 |
| - - name: Inflate target directories (3.1.3, rootJS, 1) |
| 197 | + - name: Inflate target directories (3.2.0, rootJS, 1) |
198 | 198 | run: |
|
199 | 199 | tar xf targets.tar
|
200 | 200 | rm targets.tar
|
201 | 201 |
|
202 |
| - - name: Download target directories (3.1.3, rootJVM, 1) |
| 202 | + - name: Download target directories (3.2.0, rootJVM, 1) |
203 | 203 | uses: actions/download-artifact@v2
|
204 | 204 | with:
|
205 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM-1 |
| 205 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM-1 |
206 | 206 |
|
207 |
| - - name: Inflate target directories (3.1.3, rootJVM, 1) |
| 207 | + - name: Inflate target directories (3.2.0, rootJVM, 1) |
208 | 208 | run: |
|
209 | 209 | tar xf targets.tar
|
210 | 210 | rm targets.tar
|
211 | 211 |
|
212 |
| - - name: Download target directories (3.1.3, rootNative, 1) |
| 212 | + - name: Download target directories (3.2.0, rootNative, 1) |
213 | 213 | uses: actions/download-artifact@v2
|
214 | 214 | with:
|
215 |
| - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootNative-1 |
| 215 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootNative-1 |
216 | 216 |
|
217 |
| - - name: Inflate target directories (3.1.3, rootNative, 1) |
| 217 | + - name: Inflate target directories (3.2.0, rootNative, 1) |
218 | 218 | run: |
|
219 | 219 | tar xf targets.tar
|
220 | 220 | rm targets.tar
|
|
0 commit comments