Skip to content

Commit

Permalink
bump CI to check support for latest Rails (7.1) and Ruby (3.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
6 committed Apr 10, 2024
1 parent b4aee3a commit 1159717
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ jobs:
include:
- ruby-version: "2.6.10"
rails-version: "4.2"
- ruby-version: "2.7.7"
- ruby-version: "2.7.8"
rails-version: "5.2"
- ruby-version: "2.7.7"
- ruby-version: "2.7.8"
rails-version: "6.1"
- ruby-version: "2.7.7"
- ruby-version: "2.7.8"
rails-version: "7.0"
- ruby-version: "3.1.3"
rails-version: "7.0"
- ruby-version: "3.2.0"
- ruby-version: "3.1.4"
rails-version: "7.0"
- ruby-version: "3.2.3"
rails-version: "7.1"
- ruby-version: "3.3.0"
rails-version: "7.1"
services:
postgres:
image: postgres:15
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Extends [`ActiveRecord#explain`](http://guides.rubyonrails.org/active_record_que

It currently has been tested to support:

- ActiveRecord versions 4 through 7
- ActiveRecord versions 4.2 through 7.1
- PostgreSQL only
- Ruby 2.7.x, 3.1.x, and 3.2.x
- Ruby 2.7.x, 3.1.x, 3.2.x, 3.3.x

#### What's EXPLAIN ANALYZE?

Expand Down
8 changes: 8 additions & 0 deletions spec/support/Gemfile-rails-7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source 'https://rubygems.org'

gem 'activerecord', '~> 7.1'
gem 'database_cleaner'
gem 'pg'
gem 'pry'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'

0 comments on commit 1159717

Please sign in to comment.