|
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | os: [ubuntu-latest]
|
31 |
| - scala: [2.12.17, 2.13.8, 3.2.0] |
| 31 | + scala: [2.12.17, 2.13.9, 3.2.0] |
32 | 32 | java: [temurin@11]
|
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@11]
|
119 | 119 | runs-on: ${{ matrix.os }}
|
120 | 120 | steps:
|
@@ -181,32 +181,32 @@ jobs:
|
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
|
|
0 commit comments