Skip to content

Commit c3a689d

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent efa65dc commit c3a689d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.17, 2.13.9, 3.2.0]
31+
scala: [2.12.17, 2.13.9, 3.2.2]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}
@@ -211,32 +211,32 @@ jobs:
211211
tar xf targets.tar
212212
rm targets.tar
213213
214-
- name: Download target directories (3.2.0, rootJS)
214+
- name: Download target directories (3.2.2, rootJS)
215215
uses: actions/download-artifact@v2
216216
with:
217-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJS
217+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS
218218

219-
- name: Inflate target directories (3.2.0, rootJS)
219+
- name: Inflate target directories (3.2.2, rootJS)
220220
run: |
221221
tar xf targets.tar
222222
rm targets.tar
223223
224-
- name: Download target directories (3.2.0, rootJVM)
224+
- name: Download target directories (3.2.2, rootJVM)
225225
uses: actions/download-artifact@v2
226226
with:
227-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM
227+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM
228228

229-
- name: Inflate target directories (3.2.0, rootJVM)
229+
- name: Inflate target directories (3.2.2, rootJVM)
230230
run: |
231231
tar xf targets.tar
232232
rm targets.tar
233233
234-
- name: Download target directories (3.2.0, rootNative)
234+
- name: Download target directories (3.2.2, rootNative)
235235
uses: actions/download-artifact@v2
236236
with:
237-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootNative
237+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative
238238

239-
- name: Inflate target directories (3.2.0, rootNative)
239+
- name: Inflate target directories (3.2.2, rootNative)
240240
run: |
241241
tar xf targets.tar
242242
rm targets.tar

0 commit comments

Comments
 (0)