Skip to content

Commit

Permalink
Rails main only supports Ruby 2.7+ going forward
Browse files Browse the repository at this point in the history
Rails is now targetting version 7.0, and with that it dropped support
for Ruby < 2.7.

rails/rails@6487836
rails/rails@1b455e2
  • Loading branch information
carlosantoniodasilva committed Feb 6, 2021
1 parent 2a02807 commit 075a228
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
# Ruby 3.x is not supported by Rails 5.2.x
- ruby_version: 3.0
gemfile: gemfiles/Gemfile.rails-5.2.x
# Ruby 2.6.x is not supported by Rails main
- ruby_version: 2.6
gemfile: gemfiles/Gemfile.rails-main
# Ruby 2.5.x is not supported by Rails main
- ruby_version: 2.5
gemfile: gemfiles/Gemfile.rails-main
# Ruby 2.4.x is not supported by Rails main
- ruby_version: 2.4
gemfile: gemfiles/Gemfile.rails-main
Expand Down

0 comments on commit 075a228

Please sign in to comment.