Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
scala: [2.13, 3]
scala: [3.9.0, 3.3.8]
java: [temurin@8, temurin@11, temurin@17]
project: [http4s-grpcJVM, http4s-grpcJS, http4s-grpcNative]
exclude:
- scala: 3
- scala: 3.3.8
java: temurin@11
- scala: 3
- scala: 3.3.8
java: temurin@17
- project: http4s-grpcJS
java: temurin@11
Expand Down Expand Up @@ -201,62 +201,62 @@ jobs:
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt +update

- name: Download target directories (2.13, http4s-grpcJVM)
- name: Download target directories (3.9.0, http4s-grpcJVM)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.9.0-http4s-grpcJVM

- name: Inflate target directories (2.13, http4s-grpcJVM)
- name: Inflate target directories (3.9.0, http4s-grpcJVM)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.13, http4s-grpcJS)
- name: Download target directories (3.9.0, http4s-grpcJS)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.9.0-http4s-grpcJS

- name: Inflate target directories (2.13, http4s-grpcJS)
- name: Inflate target directories (3.9.0, http4s-grpcJS)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (2.13, http4s-grpcNative)
- name: Download target directories (3.9.0, http4s-grpcNative)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-http4s-grpcNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.9.0-http4s-grpcNative

- name: Inflate target directories (2.13, http4s-grpcNative)
- name: Inflate target directories (3.9.0, http4s-grpcNative)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3, http4s-grpcJVM)
- name: Download target directories (3.3.8, http4s-grpcJVM)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.8-http4s-grpcJVM

- name: Inflate target directories (3, http4s-grpcJVM)
- name: Inflate target directories (3.3.8, http4s-grpcJVM)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3, http4s-grpcJS)
- name: Download target directories (3.3.8, http4s-grpcJS)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.8-http4s-grpcJS

- name: Inflate target directories (3, http4s-grpcJS)
- name: Inflate target directories (3.3.8, http4s-grpcJS)
run: |
tar xf targets.tar
rm targets.tar

- name: Download target directories (3, http4s-grpcNative)
- name: Download target directories (3.3.8, http4s-grpcNative)
uses: actions/download-artifact@v6
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3-http4s-grpcNative
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.8-http4s-grpcNative

- name: Inflate target directories (3, http4s-grpcNative)
- name: Inflate target directories (3.3.8, http4s-grpcNative)
run: |
tar xf targets.tar
rm targets.tar
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: http4s-grpcjvm_2.13 http4s-grpcjvm_3 codegeneratortesting_native0.5_2.13 codegeneratortesting_native0.5_3 codegeneratortesting_sjs1_2.13 codegeneratortesting_sjs1_3 site_2.13 site_3 http4s-grpcjs_2.13 http4s-grpcjs_3 http4s-grpcnative_2.13 http4s-grpcnative_3 sbt-http4s-org-scalafix-internal_2.13 sbt-http4s-org-scalafix-internal_3 codegeneratortesting_2.13 codegeneratortesting_3
modules-ignore: http4s-grpcjvm_3 http4s-grpcjvm_3 codegeneratortesting_native0.5_3 codegeneratortesting_native0.5_3 codegeneratortesting_sjs1_3 codegeneratortesting_sjs1_3 site_3 site_3 http4s-grpcjs_3 http4s-grpcjs_3 http4s-grpcnative_3 http4s-grpcnative_3 sbt-http4s-org-scalafix-internal_3 sbt-http4s-org-scalafix-internal_3 codegeneratortesting_3 codegeneratortesting_3
configs-ignore: test scala-tool scala-doc-tool test-internal

site:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val munitCatsEffectVersion = "2.2.0"
val sbtPlatformDepsVersion = "1.0.2"
val sbtProtocVersion = "1.0.8"
val scala212Version = "2.12.21"
val scala213Version = "2.13.18"
val scala213Version = "3.9.0"
val scala3Version = "3.3.8"
val scalaCheckEffectMunitVersion = "2.1.0"
val scalapbVersion = scalapb.compiler.Version.scalapbVersion
Expand Down
Loading