Skip to content

Commit

Permalink
Add Ruby 3.x to CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston committed May 1, 2024
1 parent 5f41fa9 commit 4034b30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- jruby-9.0.5.0
jdk:
- openjdk8
Expand Down
1 change: 1 addition & 0 deletions cassandra-driver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bundler', '~> 1.6'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'sorted_set', '~> 1.0'
end

0 comments on commit 4034b30

Please sign in to comment.