Skip to content

Commit

Permalink
feat: Add Java 21 (#26946)
Browse files Browse the repository at this point in the history
  • Loading branch information
domainname authored Dec 8, 2023
1 parent 4e8862a commit 5549233
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13383,6 +13383,7 @@
"Java_8",
"Java_11",
"Java_17",
"Java_21",
"NetCore_31"
],
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"platform": "Java",
"version": "17"
},
{
"value": "Java_21",
"platform": "Java",
"version": "21"
},
{
"value": "NetCore_31",
"platform": ".NET Core",
Expand Down

0 comments on commit 5549233

Please sign in to comment.