Skip to content

Commit d25c5e3

Browse files
committed
Don't run specs on Ruby 3.1
ruby/spec now is compatible only with Ruby 3.2
1 parent ef1a4ab commit d25c5e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ local part_definitions = {
324324
"CHECK_LEAKS": "true",
325325
"RUBY_SPEC_TEST_ZLIB_CRC_TABLE": "false", # CRuby was built on OL6 and is used on OL7
326326
},
327-
run+: jt(["-u", "ruby", "mspec", "spec/ruby"]) + # 3.2.2
328-
jt(["-u", "/cm/shared/apps-ol7/ruby/3.1.2/bin/ruby", "mspec", "spec/ruby"]),
327+
run+: jt(["-u", "ruby", "mspec", "spec/ruby"]), # 3.2.2
329328
},
330329

331330
test_fast: {

0 commit comments

Comments
 (0)