Skip to content

Commit 5055dc2

Browse files
authored
Test against Rails 7 (#731)
Great, thank you!
1 parent ac92622 commit 5055dc2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@ jobs:
2828
- rails_5
2929
- rails_6
3030
- rails_6.1
31+
- rails_7
3132
exclude:
3233
- os: macos
3334
ruby: head
3435
- ruby: '3.0'
3536
gemfile: rails_5
3637
- ruby: '3.0'
3738
gemfile: rails_6
39+
- ruby: '2.5'
40+
gemfile: rails_7
41+
- ruby: '2.6'
42+
gemfile: rails_7
3843

3944
env:
4045
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

gemfiles/rails_7.gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source "https://rubygems.org"
2+
3+
gem "rails", github: "rails/rails", branch: "7-0-stable"
4+
gem "sqlite3"
5+
6+
gemspec :path => "../"

0 commit comments

Comments
 (0)