Skip to content

Commit

Permalink
Add rails 7.1.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Sep 13, 2023
1 parent 100ac67 commit 927d642
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/active-record-multi-tenant-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ jobs:
- rails-6.0
- rails-6.1
- rails-7.0
- rails-7.1
- active-record-6.0
- active-record-6.1
- active-record-7.0
- active-record-7.1
citus_version:
- '10'
- '11'

name: Ruby ${{ matrix.ruby }}/${{ matrix.gemfile }} / Citus ${{ matrix.citus_version }}
env:
APPRAISAL: ${{ matrix.appraisal }}
Expand Down
8 changes: 8 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ appraise 'rails-7.0' do
gem 'rails', '~> 7.0.0'
end

appraise 'rails-7.1' do
gem 'rails', '~> 7.1.0.beta1'
end

appraise 'active-record-6.0' do
gem 'activerecord', '~> 6.0.3'
end
Expand All @@ -21,3 +25,7 @@ end
appraise 'active-record-7.0' do
gem 'activerecord', '~> 7.0.0'
end

appraise 'active-record-7.1' do
gem 'activerecord', '~> 7.1.0.beta1'
end

0 comments on commit 927d642

Please sign in to comment.