1
0
Fork 0
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:
Daniel Colson 2020-04-24 16:59:41 -04:00
parent 4e4679bf77
commit c24a1da288
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353

View file

@ -3,7 +3,6 @@ env:
- ARUBA_TIMEOUT=240 - ARUBA_TIMEOUT=240
cache: bundler cache: bundler
rvm: rvm:
- 2.4
- 2.5 - 2.5
- 2.6 - 2.6
- 2.7 - 2.7
@ -22,6 +21,3 @@ matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
exclude:
- rvm: 2.4
gemfile: gemfiles/rails6.0.gemfile