Skip to content

Commit

Permalink
Add Ruby 3.2 to build matrix (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Jul 14, 2023
1 parent a7668af commit 75a41e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
image_version: ['latest', 'edge']
ruby_version: ['2.6', '2.7', '3.0', '3.1']
ruby_version: ['2.6', '2.7', '3.0', '3.1', '3.2']
services:
redis:
image: redislabs/redistimeseries:${{ matrix.image_version }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
* Add Ruby 3.2 to build matrix (#82)

## 0.8.0
* Remove usage of `Redis.current` (#78)
Expand Down
2 changes: 1 addition & 1 deletion redis-time-series.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'redis', '>= 3.3'

spec.add_development_dependency 'activesupport', '~> 6.0'
spec.add_development_dependency 'appraisal', '>= 2.4.1'
spec.add_development_dependency 'appraisal', '>= 2.5.0'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'pry', '~> 0.13'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 75a41e3

Please sign in to comment.