mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Run tests on Ruby 3.0 (#390)
Rails 5.2 and below [do not work with Ruby 3][rails issue], so don't run those test [rails issue]: https://github.com/rails/rails/issues/40938.
This commit is contained in:
parent
a5c7bf300f
commit
c8b3f90abc
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,7 @@ rvm:
|
|||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.0
|
||||
- ruby-head
|
||||
branches:
|
||||
only:
|
||||
|
@ -20,6 +21,13 @@ gemfile:
|
|||
- gemfiles/rails6.0.gemfile
|
||||
- gemfiles/rails6.1.gemfile
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 3.0
|
||||
gemfile: gemfiles/rails5.0.gemfile
|
||||
- rvm: 3.0
|
||||
gemfile: gemfiles/rails5.1.gemfile
|
||||
- rvm: 3.0
|
||||
gemfile: gemfiles/rails5.2.gemfile
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue