Skip to content

Commit

Permalink
Test against Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Sep 4, 2024
1 parent 9d0da0c commit 6acbdfe
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1']
rails: ['6.1', '7.0', 'edge']
rails: ['6.1', '7.0', '7.1', 'edge']
exclude:
- ruby: '2.7'
rails: 'edge'
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source "https://rubygems.org"

gem "actionpack", github: "rails/rails", branch: "7-1-stable"
gem "activerecord", github: "rails/rails", branch: "7-1-stable"
gem "railties", github: "rails/rails", branch: "7-1-stable"
gem "rack", "< 3"
gem "sqlite3", "~> 1.4"

gemspec :path => "../"

0 comments on commit 6acbdfe

Please sign in to comment.