Skip to content

Commit

Permalink
Merge pull request #37 from alpaca-tc/support-8-0
Browse files Browse the repository at this point in the history
Support rails 8.0.0
  • Loading branch information
alpaca-tc authored Nov 11, 2024
2 parents 0f5b3bb + ad65db9 commit b83f896
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gemfile: ['7.0_stable', '7.1_stable', '7.2_stable']
gemfile: ['7.0_stable', '7.1_stable', '7.2_stable', '8.0_stable']
ruby-version: ['3.1', '3.2', '3.3']
exclude:
- ruby-version: '3.1'
gemfile: '8.0_stable'
services:
mysql:
image: mysql:5.7
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ end
appraise '7.2-stable' do
gem 'activerecord', '~> 7.2.0'
end

appraise '8.0-stable' do
gem 'activerecord', '~> 8.0.0'
end
7 changes: 7 additions & 0 deletions gemfiles/8.0_stable.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 8.0.0"

gemspec path: "../"

0 comments on commit b83f896

Please sign in to comment.