Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
run ci with JVM 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Sep 6, 2023
1 parent 21efe83 commit b0748b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
scala: [2.13.10]
jvm: [8, 11]
jvm: [8, 11, 21]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ libraryDependencies ++= Seq(
}
}

javacOptions ++= Seq("-source", "20", "-target", "20")
javacOptions ++= Seq("-source", "21", "-target", "21")

0 comments on commit b0748b5

Please sign in to comment.