Skip to content

Commit

Permalink
add karafka rdkafka to envfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Aug 29, 2024
1 parent 5ca88b7 commit f91e1de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/multiverse/suites/rdkafka/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ def ffi
end

create_gemfiles(VERSIONS)

# check karafka-rdkafka compatibility as well
# but we don't need to test it on every ruby version bc it should just be the same as rdkafka
if Gem::Version.new(RUBY_VERSION) > Gem::Version.new('3.3.0')
gemfile <<~RB
gem 'karafka-rdkafka', require: 'rdkafka'
RB
end

0 comments on commit f91e1de

Please sign in to comment.