added ruby 3.2 version windows (#10172)

This commit is contained in:
vidyasagarnimmagaddi
2024-07-04 17:55:27 +05:30
committed by GitHub
parent 7863994db8
commit ada0348ea2
2 changed files with 4 additions and 2 deletions

View File

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

View File

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