Skip to content

Commit

Permalink
add JDK 21 test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 13, 2023
1 parent 1c5ac86 commit 0f92c79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
java: 11
jobtype: 1
- os: ubuntu-latest
java: 17
java: 21
jobtype: 1
- os: windows-latest
java: 8
jobtype: 2
- os: ubuntu-latest
java: 17
java: 21
jobtype: 3
- os: ubuntu-latest
java: 17
java: 21
jobtype: 4
runs-on: ${{ matrix.os }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ object BenchmarkProjects {
object Shapeless
extends BenchmarkProject(
"milessabin/shapeless",
"19a9c3a5951e4197084285bd568c2fef6717ef81",
"62611554399e0d04466da95591253706b2d3020d",
List("coreJVM")
)

object Scalac
extends BenchmarkProject(
"scala/scala",
"df355f9d2dcc945f8c772a8b9f74300aef0f959a",
"31539736462078b1da615880ef11890a6538b45e",
List("library")
)
}

0 comments on commit 0f92c79

Please sign in to comment.