mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 21:42:55 +08:00
[Windows] Add Java 21 (#8534)
This commit is contained in:
committed by
GitHub
parent
36165e08cd
commit
8bc2448fe1
@@ -144,7 +144,7 @@
|
||||
],
|
||||
"java": {
|
||||
"default": "8",
|
||||
"versions": [ "8", "11", "17" ]
|
||||
"versions": [ "8", "11", "17", "21"]
|
||||
},
|
||||
"android": {
|
||||
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
],
|
||||
"java": {
|
||||
"default": "8",
|
||||
"versions": [ "8", "11", "17" ]
|
||||
"versions": [ "8", "11", "17", "21"]
|
||||
},
|
||||
"android": {
|
||||
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
||||
|
||||
Reference in New Issue
Block a user