Skip to content

Commit

Permalink
Ruby 3.x and Rails 5.2.x are not incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 1, 2021
1 parent ebca9c8 commit 79a91e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
gemfiles/Gemfile.rails-master,
]
exclude:
# Ruby 3.x is not supported by Rails 5.2.x
- ruby_version: 3.0.0
gemfile: gemfiles/Gemfile.rails-5.2.x
# Ruby 2.4.x is not supported by Rails master
- ruby_version: 2.4.9
gemfile: gemfiles/Gemfile.rails-master
# Ruby 2.4.x is not supported by Rails 6.0.x
# Ruby 2.3.x is not supported by Rails master
- ruby_version: 2.4.9
gemfile: gemfiles/Gemfile.rails-6.0.x
# Ruby 2.3.x is not supported by Rails master
Expand Down

0 comments on commit 79a91e4

Please sign in to comment.