Skip to content

Commit

Permalink
Test against Rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Oct 31, 2021
1 parent d6eccb4 commit fede67d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -15,6 +15,9 @@ jobs:
- ruby: 3.0
gemfile: gemfiles/rails-6-0.gemfile
experimental: false
- ruby: 3.0
gemfile: gemfiles/rails-7-0.gemfile
experimental: false
- ruby: 3.0
gemfile: gemfiles/rails-master.gemfile
experimental: false
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails-7-0.gemfile
@@ -0,0 +1,8 @@
source "https://rubygems.org"

gem "rails", "~> 7.0.0.alpha2"
gem "activemodel-serializers-xml"
gem 'sqlite3', platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: [:jruby, :truffleruby]

gemspec :path => "../"

0 comments on commit fede67d

Please sign in to comment.