Skip to content

Commit

Permalink
Rails 7.0 will no longer support Ruby 2.5 and Ruby 2.6, so we'll remo…
Browse files Browse the repository at this point in the history
…ve the test.
  • Loading branch information
osyo-manga committed Feb 10, 2021
1 parent afc8643 commit 6431415
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
- run_rspec:
gemfile: rails-6.1

ruby_2_5_rails_main:
executor: ruby_2_5
steps:
- run_rspec:
gemfile: rails-main

ruby_2_6_rails_5_2:
executor: ruby_2_6
steps:
Expand All @@ -76,12 +70,6 @@ jobs:
- run_rspec:
gemfile: rails-6.1

ruby_2_6_rails_main:
executor: ruby_2_6
steps:
- run_rspec:
gemfile: rails-main

ruby_2_7_rails_5_2:
executor: ruby_2_7
steps:
Expand Down

0 comments on commit 6431415

Please sign in to comment.