mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Test with Ruby 2.7
This commit is contained in:
parent
2e485eb6bf
commit
30c537a561
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ rvm:
|
|||
- 2.4
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- jruby-9.2.8.0
|
||||
- ruby-head
|
||||
before_install:
|
||||
|
@ -23,6 +24,8 @@ matrix:
|
|||
gemfile: gemfiles/6.0.gemfile
|
||||
- rvm: 2.4
|
||||
gemfile: gemfiles/6.0.gemfile
|
||||
- rvm: 2.7
|
||||
gemfile: gemfiles/4.2.gemfile
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue