Skip to content

Commit 0e1b045

Browse files
committed
Update to 3.2.2 in CI
1 parent 10753b1 commit 0e1b045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ local common_json = import "../common.json";
111111

112112
truffleruby:: {
113113
packages+: (if self.os == "linux" && self.arch == "amd64" then {
114-
ruby: "==3.1.2", # Newer version, also used for benchmarking
114+
ruby: "==3.2.2", # Newer version, also used for benchmarking
115115
} else {
116116
ruby: "==3.0.2",
117117
}) + (if self.os == "linux" then {

0 commit comments

Comments
 (0)