Skip to content

add a test matrix for ruby 3.2,3.3,3.4 and rails 8.0 #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,11 @@ workflows:
parameters:
version: ['3.0', '3.1']
rails-version: ['7.0']
sequel-version: ['5.0']
- test:
name: "Ruby << matrix.version >> - Rails << matrix.rails-version >>"
matrix:
parameters:
version: ['3.2', '3.3', '3.4']
rails-version: ['8.0']
sequel-version: ['5.0']
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


This gem let you easily integrate the Algolia Search API to your favorite ORM. It's based on the [algoliasearch-client-ruby](https://github.com/algolia/algoliasearch-client-ruby) gem.
Rails 6.x and 7.x are supported.
Rails 6.x, 7.x and 8.x are supported.

You might be interested in the sample Ruby on Rails application providing a `autocomplete.js`-based auto-completion and `InstantSearch.js`-based instant search results page: [algoliasearch-rails-example](https://github.com/algolia/algoliasearch-rails-example/).

Expand Down