mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Stop testing on EOL Ruby 2.4
This commit is contained in:
parent
4e4679bf77
commit
c24a1da288
1 changed files with 0 additions and 4 deletions
|
@ -3,7 +3,6 @@ env:
|
|||
- ARUBA_TIMEOUT=240
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 2.4
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
|
@ -22,6 +21,3 @@ matrix:
|
|||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
exclude:
|
||||
- rvm: 2.4
|
||||
gemfile: gemfiles/rails6.0.gemfile
|
||||
|
|
Loading…
Reference in a new issue