diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index a94a95f..8c209e1 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index de700a7..b0424c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)