Skip to content

Commit

Permalink
Update zio to 2.1.7 (#154)
Browse files Browse the repository at this point in the history
* Update zio to 2.1.6

* Drop Java 8 from CI (dropped in ZIO 2.0.18). Add Java 17 + Java 21

* update setup-scala

* Remove jdk versions not supported in setup-scala
  • Loading branch information
poslegm authored Aug 6, 2024
1 parent 7a13b69 commit 8c38bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [adopt@1.8, adopt@1.11]
java: [adopt@1.11]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v11
- uses: olafurpg/setup-scala@v14
with:
java-version: ${{ matrix.java }}
- run: TEST="2.12" sbt ci-test
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val scala3 = "3.3.3"

lazy val Version = new {
val munit = "1.0.0"
val zio = "2.0.22"
val zio = "2.1.7"
val scalaJavaTime = "2.6.0"
}

Expand Down

0 comments on commit 8c38bdf

Please sign in to comment.