mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
CI against Ruby 2.5.1 (#1145)
Co-authored-by: Tsukuru Tanimichi <info+github@ttanimichi.com> Co-authored-by: Daniel Colson <danieljamescolson@gmail.com>
This commit is contained in:
parent
116d36780c
commit
f71053bc26
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,7 @@ rvm:
|
|||
- 2.2.10
|
||||
- 2.3.7
|
||||
- 2.4.4
|
||||
- 2.5.1
|
||||
- ruby-head
|
||||
- rbx-2
|
||||
before_install:
|
||||
|
@ -41,6 +42,12 @@ matrix:
|
|||
gemfile: gemfiles/4.0.gemfile
|
||||
- rvm: 2.4.4
|
||||
gemfile: gemfiles/4.1.gemfile
|
||||
- rvm: 2.5.1
|
||||
gemfile: gemfiles/3.2.gemfile
|
||||
- rvm: 2.5.1
|
||||
gemfile: gemfiles/4.0.gemfile
|
||||
- rvm: 2.5.1
|
||||
gemfile: gemfiles/4.1.gemfile
|
||||
- rvm: ruby-head
|
||||
gemfile: gemfiles/3.2.gemfile
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue