Skip to content

Commit

Permalink
Merge pull request #35 from alpaca-tc/support-rails-7-2
Browse files Browse the repository at this point in the history
Add Rails 7.2 for CI
  • Loading branch information
alpaca-tc authored Aug 13, 2024
2 parents 5a5e06d + d8011da commit e651a53
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gemfile: ['6.1_stable', '7.0_stable', '7.1_stable']
gemfile: ['6.1_stable', '7.0_stable', '7.1_stable', '7.2_stable']
ruby-version: ['3.1', '3.2', '3.3']
services:
mysql:
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ appraise '7.1-stable' do
gem 'activerecord', '~> 7.1.0'
gem 'sqlite3', '~> 1.7.0'
end

appraise '7.2-stable' do
gem 'activerecord', '~> 7.2.0'
end
7 changes: 7 additions & 0 deletions gemfiles/7.2_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", "~> 7.2.0"

gemspec path: "../"

0 comments on commit e651a53

Please sign in to comment.