Skip to content

Commit 6acbdfe

Browse files
committed
Test against Rails 7.1
1 parent 9d0da0c commit 6acbdfe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
ruby: ['2.7', '3.0', '3.1']
11-
rails: ['6.1', '7.0', 'edge']
11+
rails: ['6.1', '7.0', '7.1', 'edge']
1212
exclude:
1313
- ruby: '2.7'
1414
rails: 'edge'

gemfiles/rails_7.1.gemfile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source "https://rubygems.org"
2+
3+
gem "actionpack", github: "rails/rails", branch: "7-1-stable"
4+
gem "activerecord", github: "rails/rails", branch: "7-1-stable"
5+
gem "railties", github: "rails/rails", branch: "7-1-stable"
6+
gem "rack", "< 3"
7+
gem "sqlite3", "~> 1.4"
8+
9+
gemspec :path => "../"

0 commit comments

Comments
 (0)