Skip to content

Commit

Permalink
Exclude Ruby 2.4 + 2.3 Ruby versions for Rails 6.0.x and 6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 1, 2021
1 parent 851009b commit 677b318
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ jobs:
# Ruby 2.4.x is not supported by Rails master
- ruby_version: 2.4.9
gemfile: gemfiles/Gemfile.rails-master
# Ruby 2.3.x is not supported by Rails master
# Ruby 2.4.x is not supported by Rails 6.1.x
- ruby_version: 2.4.9
gemfile: gemfiles/Gemfile.rails-6.1.x
# Ruby 2.4.x is not supported by Rails 6.0.x
- ruby_version: 2.4.9
gemfile: gemfiles/Gemfile.rails-6.0.x
# Ruby 2.3.x is not supported by Rails 6.1.x
- ruby_version: 2.3.8
gemfile: gemfiles/Gemfile.rails-6.1.x
# Ruby 2.3.x is not supported by Rails master
- ruby_version: 2.3.8
gemfile: gemfiles/Gemfile.rails-master
Expand Down

0 comments on commit 677b318

Please sign in to comment.