Skip to content

Commit

Permalink
Add Ruby 3.3, drop Ruby 2.6 from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Apr 18, 2024
1 parent 2e01fd4 commit d2664ce
Show file tree
Hide file tree
Showing 2 changed files with 2 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', '3.2']
ruby_version: ['2.7', '3.0', '3.1', '3.2', '3.3']
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
Expand Up @@ -3,6 +3,7 @@
## Unreleased
* Add Ruby 3.2 to build matrix (#82)
* Bump actions versions to v4 (#86)
* Add Ruby 3.3, drop Ruby 2.6 from build matrix (#87)

## 0.8.0
* Remove usage of `Redis.current` (#78)
Expand Down

0 comments on commit d2664ce

Please sign in to comment.