Skip to content

Commit

Permalink
Test against Rails 7 (ohler55#731)
Browse files Browse the repository at this point in the history
Great, thank you!
  • Loading branch information
enomotodev committed Jan 4, 2022
1 parent ac92622 commit 5055dc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,18 @@ jobs:
- rails_5
- rails_6
- rails_6.1
- rails_7
exclude:
- os: macos
ruby: head
- ruby: '3.0'
gemfile: rails_5
- ruby: '3.0'
gemfile: rails_6
- ruby: '2.5'
gemfile: rails_7
- ruby: '2.6'
gemfile: rails_7

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
6 changes: 6 additions & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "rails", github: "rails/rails", branch: "7-0-stable"
gem "sqlite3"

gemspec :path => "../"

0 comments on commit 5055dc2

Please sign in to comment.