|
28 | 28 | strategy: |
29 | 29 | matrix: |
30 | 30 | os: [ubuntu-latest] |
31 | | - scala: [2.12.16, 2.13.8, 3.1.3] |
| 31 | + scala: [2.12.17, 2.13.9, 3.2.0] |
32 | 32 | java: [temurin@8] |
33 | 33 | project: [rootJS, rootJVM, rootNative] |
34 | 34 | runs-on: ${{ matrix.os }} |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | strategy: |
115 | 115 | matrix: |
116 | 116 | os: [ubuntu-latest] |
117 | | - scala: [2.13.8] |
| 117 | + scala: [2.13.9] |
118 | 118 | java: [temurin@8] |
119 | 119 | runs-on: ${{ matrix.os }} |
120 | 120 | steps: |
@@ -151,92 +151,92 @@ jobs: |
151 | 151 | ~/Library/Caches/Coursier/v1 |
152 | 152 | key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} |
153 | 153 |
|
154 | | - - name: Download target directories (2.12.16, rootJS) |
| 154 | + - name: Download target directories (2.12.17, rootJS) |
155 | 155 | uses: actions/download-artifact@v2 |
156 | 156 | with: |
157 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS |
| 157 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS |
158 | 158 |
|
159 | | - - name: Inflate target directories (2.12.16, rootJS) |
| 159 | + - name: Inflate target directories (2.12.17, rootJS) |
160 | 160 | run: | |
161 | 161 | tar xf targets.tar |
162 | 162 | rm targets.tar |
163 | 163 |
|
164 | | - - name: Download target directories (2.12.16, rootJVM) |
| 164 | + - name: Download target directories (2.12.17, rootJVM) |
165 | 165 | uses: actions/download-artifact@v2 |
166 | 166 | with: |
167 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM |
| 167 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM |
168 | 168 |
|
169 | | - - name: Inflate target directories (2.12.16, rootJVM) |
| 169 | + - name: Inflate target directories (2.12.17, rootJVM) |
170 | 170 | run: | |
171 | 171 | tar xf targets.tar |
172 | 172 | rm targets.tar |
173 | 173 |
|
174 | | - - name: Download target directories (2.12.16, rootNative) |
| 174 | + - name: Download target directories (2.12.17, rootNative) |
175 | 175 | uses: actions/download-artifact@v2 |
176 | 176 | with: |
177 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative |
| 177 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative |
178 | 178 |
|
179 | | - - name: Inflate target directories (2.12.16, rootNative) |
| 179 | + - name: Inflate target directories (2.12.17, rootNative) |
180 | 180 | run: | |
181 | 181 | tar xf targets.tar |
182 | 182 | rm targets.tar |
183 | 183 |
|
184 | | - - name: Download target directories (2.13.8, rootJS) |
| 184 | + - name: Download target directories (2.13.9, rootJS) |
185 | 185 | uses: actions/download-artifact@v2 |
186 | 186 | with: |
187 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJS |
| 187 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS |
188 | 188 |
|
189 | | - - name: Inflate target directories (2.13.8, rootJS) |
| 189 | + - name: Inflate target directories (2.13.9, rootJS) |
190 | 190 | run: | |
191 | 191 | tar xf targets.tar |
192 | 192 | rm targets.tar |
193 | 193 |
|
194 | | - - name: Download target directories (2.13.8, rootJVM) |
| 194 | + - name: Download target directories (2.13.9, rootJVM) |
195 | 195 | uses: actions/download-artifact@v2 |
196 | 196 | with: |
197 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM |
| 197 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM |
198 | 198 |
|
199 | | - - name: Inflate target directories (2.13.8, rootJVM) |
| 199 | + - name: Inflate target directories (2.13.9, rootJVM) |
200 | 200 | run: | |
201 | 201 | tar xf targets.tar |
202 | 202 | rm targets.tar |
203 | 203 |
|
204 | | - - name: Download target directories (2.13.8, rootNative) |
| 204 | + - name: Download target directories (2.13.9, rootNative) |
205 | 205 | uses: actions/download-artifact@v2 |
206 | 206 | with: |
207 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootNative |
| 207 | + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootNative |
208 | 208 |
|
209 | | - - name: Inflate target directories (2.13.8, rootNative) |
| 209 | + - name: Inflate target directories (2.13.9, rootNative) |
210 | 210 | run: | |
211 | 211 | tar xf targets.tar |
212 | 212 | rm targets.tar |
213 | 213 |
|
214 | | - - name: Download target directories (3.1.3, rootJS) |
| 214 | + - name: Download target directories (3.2.0, rootJS) |
215 | 215 | uses: actions/download-artifact@v2 |
216 | 216 | with: |
217 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS |
| 217 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJS |
218 | 218 |
|
219 | | - - name: Inflate target directories (3.1.3, rootJS) |
| 219 | + - name: Inflate target directories (3.2.0, rootJS) |
220 | 220 | run: | |
221 | 221 | tar xf targets.tar |
222 | 222 | rm targets.tar |
223 | 223 |
|
224 | | - - name: Download target directories (3.1.3, rootJVM) |
| 224 | + - name: Download target directories (3.2.0, rootJVM) |
225 | 225 | uses: actions/download-artifact@v2 |
226 | 226 | with: |
227 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM |
| 227 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM |
228 | 228 |
|
229 | | - - name: Inflate target directories (3.1.3, rootJVM) |
| 229 | + - name: Inflate target directories (3.2.0, rootJVM) |
230 | 230 | run: | |
231 | 231 | tar xf targets.tar |
232 | 232 | rm targets.tar |
233 | 233 |
|
234 | | - - name: Download target directories (3.1.3, rootNative) |
| 234 | + - name: Download target directories (3.2.0, rootNative) |
235 | 235 | uses: actions/download-artifact@v2 |
236 | 236 | with: |
237 | | - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootNative |
| 237 | + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootNative |
238 | 238 |
|
239 | | - - name: Inflate target directories (3.1.3, rootNative) |
| 239 | + - name: Inflate target directories (3.2.0, rootNative) |
240 | 240 | run: | |
241 | 241 | tar xf targets.tar |
242 | 242 | rm targets.tar |
|
0 commit comments