Skip to content

Commit 2386b8c

Browse files
committed
Use MRI 2.7.2 in CI
1 parent 0db283f commit 2386b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ local common = (import "common.json");
3030
local part_definitions = {
3131
local jt = function(args) [["ruby", "tool/jt.rb"] + args],
3232
local mri_path = function(version) "/cm/shared/apps/ruby/" + version + "/bin/ruby",
33-
local mri_version = "2.6.5",
33+
local mri_version = "2.7.2",
3434

3535
use: {
3636
common: {

0 commit comments

Comments
 (0)