Skip to content

Commit

Permalink
Exclude Ruby 3+ with all Rails 5.x versions
Browse files Browse the repository at this point in the history
These were passing with Rails 5.0 & 5.1 gemfiles, but were already
excluded with Rails 5.2. Given Rails only officially supports Ruby 3
with Rails 6+, we don't need to test/support it with 5.x versions.
  • Loading branch information
carlosantoniodasilva committed Feb 6, 2021
1 parent 075a228 commit bb7b689
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 3.x is not supported by Rails 5.1.x
- ruby_version: 3.0
gemfile: gemfiles/Gemfile.rails-5.1.x
# Ruby 3.x is not supported by Rails 5.0.x
- ruby_version: 3.0
gemfile: gemfiles/Gemfile.rails-5.0.x
# Ruby 2.6.x is not supported by Rails main
- ruby_version: 2.6
gemfile: gemfiles/Gemfile.rails-main
Expand Down

0 comments on commit bb7b689

Please sign in to comment.