Skip to content

Commit 6bed02b

Browse files
committed
sync CI
1 parent 42a03e5 commit 6bed02b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ci/common.jsonnet

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,13 @@ local common_json = import "../common.json";
101101
},
102102

103103
truffleruby:: {
104-
packages+: if self.os == "linux" then {
105-
ruby: "==2.6.3",
106-
} else {},
104+
packages+: (if self.os == "linux" && self.arch == "amd64" then {
105+
ruby: "==3.1.2", # Newer version, also used for benchmarking
106+
} else {
107+
ruby: "==3.0.2",
108+
}) + (if self.os == "linux" then {
109+
libyaml: "==0.2.5",
110+
} else {}),
107111
},
108112

109113
graalnodejs:: {

0 commit comments

Comments
 (0)