Skip to content

Commit

Permalink
Fix testing to be compatible with Rails 7 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Feb 9, 2021
1 parent 0e0ac10 commit 7c524c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- gemfiles/rack1.gemfile
- gemfiles/rack2.gemfile
- gemfiles/rack_edge.gemfile
- gemfiles/rails_edge.gemfile
- gemfiles/rails_5.gemfile
- gemfiles/rails_6.gemfile
- gemfiles/rails_6_1.gemfile
Expand All @@ -52,6 +51,9 @@ jobs:
- ruby: 2.7
gemfile: 'gemfiles/multi_xml.gemfile'
experimental: false
- ruby: 2.7
gemfile: 'gemfiles/rails_edge.gemfile'
experimental: false
- ruby: "ruby-head"
experimental: true
- ruby: "truffleruby-head"
Expand Down

0 comments on commit 7c524c3

Please sign in to comment.