Skip to content

Commit

Permalink
Add Ruby 3.2 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Feb 18, 2023
1 parent 9f358c9 commit 54247e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Unreleased
* Remove usage of `Redis.current` (#78)
* Fix flaky aggregation spec (#80)
* Compatibility updates and spec fixes (#81)
* Add Ruby 3.2 to build matrix (#82)

## 0.7.2
* Fix sample building for TS.MADD with multiple series (#77)
Expand Down

0 comments on commit 54247e6

Please sign in to comment.