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:
parent
18acdd47d6
commit
ff2d1d11c5
1 changed files with 1 additions and 3 deletions
|
@ -3,10 +3,10 @@ env:
|
||||||
- ARUBA_TIMEOUT=240
|
- ARUBA_TIMEOUT=240
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3
|
|
||||||
- 2.4
|
- 2.4
|
||||||
- 2.5
|
- 2.5
|
||||||
- 2.6
|
- 2.6
|
||||||
|
- 2.7
|
||||||
- ruby-head
|
- ruby-head
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -23,7 +23,5 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
exclude:
|
exclude:
|
||||||
- rvm: 2.3
|
|
||||||
gemfile: gemfiles/rails6.0.gemfile
|
|
||||||
- rvm: 2.4
|
- rvm: 2.4
|
||||||
gemfile: gemfiles/rails6.0.gemfile
|
gemfile: gemfiles/rails6.0.gemfile
|
||||||
|
|
Loading…
Add table
Reference in a new issue