[Windows 19 & Windows 22]Removing Ruby 3.0 and making 3.3 as a default version. (#12276)

This commit is contained in:
hemanthmanga
2025-05-30 21:12:27 +05:30
committed by GitHub
parent 536a72b989
commit 2503911e5f
2 changed files with 2 additions and 4 deletions

View File

@@ -5,12 +5,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"3.0",
"3.1",
"3.2",
"3.3"
],
"default": "3.0"
"default": "3.3"
},
{
"name": "Python",

View File

@@ -5,12 +5,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"3.0",
"3.1",
"3.2",
"3.3"
],
"default": "3.0"
"default": "3.3"
},
{
"name": "Python",