Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil committed Aug 12, 2024
1 parent 4cb4865 commit 3022281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: temurin
java-version: 11
java-version: 21
check-latest: true
- name: Cache scala dependencies
uses: coursier/cache-action@v6
Expand All @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['11', '17']
java: ['17', '21']
scala: ['2.13.13']
steps:
- name: Checkout current branch
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['11', '17']
java: ['17', '21']
scala: ['2.12.19', '2.13.13', '3.3.3']
platform: ['JVM', 'JS', 'Native']
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ lazy val zioJsonInteropHttp4s = project
"org.http4s" %% "http4s-dsl" % "0.23.26",
"dev.zio" %% "zio" % zioVersion,
"org.typelevel" %% "cats-effect" % "3.4.9",
"dev.zio" %% "zio-interop-cats" % "23.0.03" % "test",
"dev.zio" %% "zio-interop-cats" % "23.1.0.3" % "test",
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
),
Expand Down

0 comments on commit 3022281

Please sign in to comment.