1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Test against ruby 2.7 (#374)

And drop support for EOL 2.3 (holding off on dropping 2.4 since the
website hasn't yet been updated to show that it is EOL)

https://www.ruby-lang.org/en/downloads/branches/
This commit is contained in:
Daniel Colson 2020-04-04 10:29:02 -04:00 committed by GitHub
parent 18acdd47d6
commit ff2d1d11c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@ env:
- ARUBA_TIMEOUT=240
cache: bundler
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
branches:
only:
@ -23,7 +23,5 @@ matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 2.3
gemfile: gemfiles/rails6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/rails6.0.gemfile