Skip to content

Commit ed78622

Browse files
committed
ci: remove testing of grpc on ruby 3.5
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>
1 parent b4a3afd commit ed78622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ workflows:
299299
# TODO: Remove this exclusion as soon as pre-built binaries are available
300300
# on https://rubygems.org/gems/grpc/versions
301301
exclude:
302-
- ruby_version: "3.5.0-preview1"
302+
- stack: base
303+
ruby_version: "3.5.0-preview1"
303304
gemfile: "./gemfiles/grpc_10.gemfile"
304305
rails_ruby_31_35:
305306
jobs:

0 commit comments

Comments
 (0)