Skip to content

Commit

Permalink
Merge pull request grpc#97 from apolcyn/create-pull-request/patch-83d…
Browse files Browse the repository at this point in the history
…4f23

Automated fix for refs/heads/patch_for_ruby_34
  • Loading branch information
apolcyn authored Jan 7, 2025
2 parents 83d4f23 + 1f2afe1 commit b8f2027
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/run_tests/artifacts/distribtest_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,11 @@ def targets():
# should be set to zero, so we need special handling to avoid mistakenly
# assuming that the rb_abi_version symbol exists).
RubyDistribTest(
"linux", "x64", "debian11", ruby_version="ruby_3_4_0", presubmit=True,
"linux",
"x64",
"debian11",
ruby_version="ruby_3_4_0",
presubmit=True,
),
RubyDistribTest("linux", "x64", "ubuntu2004"),
RubyDistribTest("linux", "x64", "ubuntu2204", presubmit=True),
Expand Down

0 comments on commit b8f2027

Please sign in to comment.