Skip to content

Commit 9190084

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 389dc42 commit 9190084

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: [3.1.3, 2.12.16, 2.13.8]
31+
scala: [3.2.0, 2.12.16, 2.13.8]
3232
java: [temurin@8, temurin@11]
3333
project: [rootJS, rootJVM, rootNative]
3434
workers: [1, 4]
@@ -189,32 +189,32 @@ jobs:
189189
~/Library/Caches/Coursier/v1
190190
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
191191

192-
- name: Download target directories (3.1.3, rootJS, 1)
192+
- name: Download target directories (3.2.0, rootJS, 1)
193193
uses: actions/download-artifact@v2
194194
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
196196

197-
- name: Inflate target directories (3.1.3, rootJS, 1)
197+
- name: Inflate target directories (3.2.0, rootJS, 1)
198198
run: |
199199
tar xf targets.tar
200200
rm targets.tar
201201
202-
- name: Download target directories (3.1.3, rootJVM, 1)
202+
- name: Download target directories (3.2.0, rootJVM, 1)
203203
uses: actions/download-artifact@v2
204204
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
206206

207-
- name: Inflate target directories (3.1.3, rootJVM, 1)
207+
- name: Inflate target directories (3.2.0, rootJVM, 1)
208208
run: |
209209
tar xf targets.tar
210210
rm targets.tar
211211
212-
- name: Download target directories (3.1.3, rootNative, 1)
212+
- name: Download target directories (3.2.0, rootNative, 1)
213213
uses: actions/download-artifact@v2
214214
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
216216

217-
- name: Inflate target directories (3.1.3, rootNative, 1)
217+
- name: Inflate target directories (3.2.0, rootNative, 1)
218218
run: |
219219
tar xf targets.tar
220220
rm targets.tar

0 commit comments

Comments
 (0)