Skip to content

Commit 30d2b3c

Browse files
committed
Don't run specs on Ruby 3.0 on CI
1 parent 4c0f1b3 commit 30d2b3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci.jsonnet

+2-3
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,8 @@ local part_definitions = {
312312
"CHECK_LEAKS": "true",
313313
"RUBY_SPEC_TEST_ZLIB_CRC_TABLE": "false", # CRuby was built on OL6 and is used on OL7
314314
},
315-
run+: jt(["-u", "ruby", "mspec", "spec/ruby"]) +
316-
jt(["-u", "/cm/shared/apps-ol7/ruby/3.1.2/bin/ruby", "mspec", "spec/ruby"]) +
317-
jt(["-u", "/cm/shared/apps/ruby/3.0.2/bin/ruby", "mspec", "spec/ruby"]),
315+
run+: jt(["-u", "ruby", "mspec", "spec/ruby"]) + # 3.2.2
316+
jt(["-u", "/cm/shared/apps-ol7/ruby/3.1.2/bin/ruby", "mspec", "spec/ruby"]),
318317
},
319318

320319
test_fast: {

0 commit comments

Comments
 (0)