mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
[Windows] Adding Ruby version 3.3 (#11454)
Co-authored-by: Pat Myron <PatMyron@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
02b8cbc5ce
commit
f7fee117e8
@@ -7,7 +7,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"3.0",
|
"3.0",
|
||||||
"3.1",
|
"3.1",
|
||||||
"3.2"
|
"3.2",
|
||||||
|
"3.3"
|
||||||
],
|
],
|
||||||
"default": "3.0"
|
"default": "3.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"3.0",
|
"3.0",
|
||||||
"3.1",
|
"3.1",
|
||||||
"3.2"
|
"3.2",
|
||||||
|
"3.3"
|
||||||
],
|
],
|
||||||
"default": "3.0"
|
"default": "3.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user