Skip to content

Commit 498b99d

Browse files
authored
chore: Enable Ruby 3.4 CI builds (#332)
1 parent f5d6337 commit 498b99d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
version: ["3.2", "jruby-9.4"]
18+
version: ["3.2", "3.4", "jruby-9.4"]
1919
with:
2020
version: ${{ matrix.version }}
2121

launchdarkly-server-sdk.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.required_ruby_version = ">= 3.1.0"
2222

2323
spec.add_development_dependency "aws-sdk-dynamodb", "~> 1.57"
24+
spec.add_development_dependency "bigdecimal", "~> 3.1.1" # Neccessary for aws-sdk-dynamodb https://github.com/aws/aws-sdk-ruby/issues/3271
2425
spec.add_development_dependency "bundler", "~> 2.2", ">= 2.2.3"
2526
spec.add_development_dependency "connection_pool", "~> 2.3"
2627
spec.add_development_dependency "diplomat", "~> 2.6"

0 commit comments

Comments
 (0)