[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:
Zoran Bjelica
2022-04-13 14:48:06 +02:00
committed by GitHub
parent 01f34021dc
commit 8a42776d3f
2 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
"2.5",
"2.6",
"2.7",
"3.0"
"3.0",
"3.1"
],
"default": "2.5"
},

View File

@@ -6,7 +6,8 @@
"platform" : "win32",
"versions": [
"2.7",
"3.0"
"3.0",
"3.1"
],
"default": "3.0"
},