Skip to content

Commit 89097e7

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent dbeb898 commit 89097e7

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-22.04]
32-
scala: [2.13, 3]
32+
scala: [3.8.1, 3.3.7]
3333
java: [temurin@8, temurin@11, temurin@17]
3434
project: [http4s-sessionJS, http4s-sessionNative, http4s-sessionJVM]
3535
exclude:
36-
- scala: 3
36+
- scala: 3.3.7
3737
java: temurin@11
38-
- scala: 3
38+
- scala: 3.3.7
3939
java: temurin@17
4040
- project: http4s-sessionJS
4141
java: temurin@11
@@ -201,62 +201,62 @@ jobs:
201201
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
202202
run: sbt +update
203203

204-
- name: Download target directories (2.13, http4s-sessionJS)
204+
- name: Download target directories (3.8.1, http4s-sessionJS)
205205
uses: actions/download-artifact@v6
206206
with:
207-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionJS
207+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-http4s-sessionJS
208208

209-
- name: Inflate target directories (2.13, http4s-sessionJS)
209+
- name: Inflate target directories (3.8.1, http4s-sessionJS)
210210
run: |
211211
tar xf targets.tar
212212
rm targets.tar
213213
214-
- name: Download target directories (2.13, http4s-sessionNative)
214+
- name: Download target directories (3.8.1, http4s-sessionNative)
215215
uses: actions/download-artifact@v6
216216
with:
217-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionNative
217+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-http4s-sessionNative
218218

219-
- name: Inflate target directories (2.13, http4s-sessionNative)
219+
- name: Inflate target directories (3.8.1, http4s-sessionNative)
220220
run: |
221221
tar xf targets.tar
222222
rm targets.tar
223223
224-
- name: Download target directories (2.13, http4s-sessionJVM)
224+
- name: Download target directories (3.8.1, http4s-sessionJVM)
225225
uses: actions/download-artifact@v6
226226
with:
227-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-sessionJVM
227+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-http4s-sessionJVM
228228

229-
- name: Inflate target directories (2.13, http4s-sessionJVM)
229+
- name: Inflate target directories (3.8.1, http4s-sessionJVM)
230230
run: |
231231
tar xf targets.tar
232232
rm targets.tar
233233
234-
- name: Download target directories (3, http4s-sessionJS)
234+
- name: Download target directories (3.3.7, http4s-sessionJS)
235235
uses: actions/download-artifact@v6
236236
with:
237-
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionJS
237+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-http4s-sessionJS
238238

239-
- name: Inflate target directories (3, http4s-sessionJS)
239+
- name: Inflate target directories (3.3.7, http4s-sessionJS)
240240
run: |
241241
tar xf targets.tar
242242
rm targets.tar
243243
244-
- name: Download target directories (3, http4s-sessionNative)
244+
- name: Download target directories (3.3.7, http4s-sessionNative)
245245
uses: actions/download-artifact@v6
246246
with:
247-
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionNative
247+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-http4s-sessionNative
248248

249-
- name: Inflate target directories (3, http4s-sessionNative)
249+
- name: Inflate target directories (3.3.7, http4s-sessionNative)
250250
run: |
251251
tar xf targets.tar
252252
rm targets.tar
253253
254-
- name: Download target directories (3, http4s-sessionJVM)
254+
- name: Download target directories (3.3.7, http4s-sessionJVM)
255255
uses: actions/download-artifact@v6
256256
with:
257-
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-sessionJVM
257+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-http4s-sessionJVM
258258

259-
- name: Inflate target directories (3, http4s-sessionJVM)
259+
- name: Inflate target directories (3.3.7, http4s-sessionJVM)
260260
run: |
261261
tar xf targets.tar
262262
rm targets.tar
@@ -344,7 +344,7 @@ jobs:
344344
- name: Submit Dependencies
345345
uses: scalacenter/sbt-dependency-submission@v2
346346
with:
347-
modules-ignore: http4s-session-examples_2.13 http4s-session-examples_3 http4s-sessionjs_2.13 http4s-sessionjs_3 docs_2.13 docs_3 http4s-sessionnative_2.13 http4s-sessionnative_3 http4s-sessionjvm_2.13 http4s-sessionjvm_3 sbt-http4s-org-scalafix-internal_2.13 sbt-http4s-org-scalafix-internal_3
347+
modules-ignore: http4s-session-examples_3 http4s-session-examples_3 http4s-sessionjs_3 http4s-sessionjs_3 docs_3 docs_3 http4s-sessionnative_3 http4s-sessionnative_3 http4s-sessionjvm_3 http4s-sessionjvm_3 sbt-http4s-org-scalafix-internal_3 sbt-http4s-org-scalafix-internal_3
348348
configs-ignore: test scala-tool scala-doc-tool test-internal
349349

350350
site:

0 commit comments

Comments
 (0)