mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Remove support for Ruby 2.1 and 2.2 in CI
Official support for 2.1 and 2.2 has ended a while ago, so let's not run it in CI anymore. https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/ https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/
This commit is contained in:
parent
186e8384cc
commit
773740fae4
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ matrix:
|
|||
include:
|
||||
- rvm: 2.5.1
|
||||
script: bundle exec rake rubocop # ONLY lint once, first
|
||||
- rvm: 2.1
|
||||
- rvm: 2.2.8
|
||||
- rvm: 2.3.5
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.5.1
|
||||
|
|
Loading…
Reference in a new issue