mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-27 11:57:30 +08:00
[Windows] Add Ruby 3.1 to Windows 2019/2022 (#5392)
* [Windows] Add Microsoft Reporting Services Projects support * [Windows] Add Ruby 3.1 to Windows 2019/2022
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"2.5",
|
||||
"2.6",
|
||||
"2.7",
|
||||
"3.0"
|
||||
"3.0",
|
||||
"3.1"
|
||||
],
|
||||
"default": "2.5"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.0"
|
||||
"3.0",
|
||||
"3.1"
|
||||
],
|
||||
"default": "3.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user