Skip to content

Commit

Permalink
update the jdk to 21 in github actions matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmscomp committed Oct 8, 2023
1 parent d368d33 commit 2b5dd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/matrix-jvm-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"os-name": "ubuntu-latest"
}
, {
"name": "20",
"java-version": 20,
"name": "21",
"java-version": 21,
"maven_args": "$JVM_TEST_MAVEN_ARGS",
"maven_opts": "-Xmx2g -XX:MaxMetaspaceSize=1g",
"os-name": "ubuntu-latest"
Expand Down

0 comments on commit 2b5dd84

Please sign in to comment.