Skip to content

Commit

Permalink
Configure CI to check for ruby 3.2 compatibility (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
konalegi authored Apr 3, 2023
1 parent 8ea2cfe commit 7566f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', 3.1 ]
ruby: [ '3.0', '3.1', '3.2' ]
gemfile: [ rails.6.1.activerecord, rails.7.0.activerecord ]
name: ${{ matrix.ruby }}-${{ matrix.gemfile }}

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### New Features

* [#869](https://github.com/toptal/chewy/pull/869): New strategy - `delayed_sidekiq`. Allow passing `strategy: :delayed_sidekiq` option to `SomeIndex.import([1, ...], strategy: :delayed_sidekiq)`. The strategy is compatible with `update_fields` option as well. ([@skcc321][])
* [#879](https://github.com/toptal/chewy/pull/879): Configure CI to check for ruby 3.2 compatibility. ([@konalegi][])

### Changes

Expand Down

0 comments on commit 7566f1d

Please sign in to comment.