[macOS] Add Ruby versions 3.2, 3.3. (#10525)

This commit is contained in:
susmitamane
2024-09-11 23:03:34 +02:00
committed by GitHub
parent b60b7ab30f
commit 54e686be61
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -299,7 +299,9 @@
"x64": { "x64": {
"versions": [ "versions": [
"3.0.*", "3.0.*",
"3.1.*" "3.1.*",
"3.2.*",
"3.3.*"
] ]
} }
} }
+3 -1
View File
@@ -206,7 +206,9 @@
"x64": { "x64": {
"versions": [ "versions": [
"3.0.*", "3.0.*",
"3.1.*" "3.1.*",
"3.2.*",
"3.3.*"
] ]
} }
} }
+3 -1
View File
@@ -193,7 +193,9 @@
"x64": { "x64": {
"versions": [ "versions": [
"3.0.*", "3.0.*",
"3.1.*" "3.1.*",
"3.2.*",
"3.3.*"
] ]
} }
} }