mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[Ubuntu] Add Java 21 (#8560)
This commit is contained in:
committed by
GitHub
parent
f2d892281b
commit
0253f21ea5
@@ -74,7 +74,7 @@
|
||||
],
|
||||
"java": {
|
||||
"default": "11",
|
||||
"versions": [ "8", "11", "17" ],
|
||||
"versions": [ "8", "11", "17", "21"],
|
||||
"maven": "3.8.8"
|
||||
},
|
||||
"android": {
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"java": {
|
||||
"default": "11",
|
||||
"versions": [ "8", "11", "17" ],
|
||||
"versions": [ "8", "11", "17", "21"],
|
||||
"maven": "3.8.8"
|
||||
},
|
||||
"android": {
|
||||
|
||||
Reference in New Issue
Block a user