mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
[Windows] Add JAVA 25 LTS (#13087)
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
],
|
],
|
||||||
"java": {
|
"java": {
|
||||||
"default": "8",
|
"default": "8",
|
||||||
"versions": [ "8", "11", "17", "21"]
|
"versions": [ "8", "11", "17", "21", "25"]
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
],
|
],
|
||||||
"java": {
|
"java": {
|
||||||
"default": "17",
|
"default": "17",
|
||||||
"versions": [ "8", "11", "17", "21"]
|
"versions": [ "8", "11", "17", "21", "25"]
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-12266719_latest.zip",
|
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-12266719_latest.zip",
|
||||||
|
|||||||
Reference in New Issue
Block a user