Skip to content

Commit

Permalink
Merge pull request #526 from fluent/update-ci
Browse files Browse the repository at this point in the history
github: add Ruby 3.3/3.4 for CI
  • Loading branch information
kenhys authored Mar 4, 2025
2 parents ce6e92a + ec6dae2 commit 256b6b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
os:
- ubuntu-latest
rdkafka_versions:
Expand Down
4 changes: 4 additions & 0 deletions fluent-plugin-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Gem::Specification.new do |gem|
gem.add_dependency "fluentd", [">= 0.10.58", "< 2"]
gem.add_dependency 'ltsv'
gem.add_dependency 'ruby-kafka', '>= 1.5.0', '< 2'

# gems that aren't default gems as of Ruby 3.4
gem.add_dependency("bigdecimal", ["~> 3.1"])

gem.add_development_dependency "rake", ">= 0.9.2"
gem.add_development_dependency "test-unit", ">= 3.0.8"
gem.add_development_dependency "test-unit-rr", "~> 1.0"
Expand Down

0 comments on commit 256b6b0

Please sign in to comment.