mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Add Rails 6 configuration to CI
This commit is contained in:
parent
c8a6ac7ef5
commit
988a7381ef
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ rvm:
|
|||
- 2.5
|
||||
|
||||
env:
|
||||
- RAILS=6-0-stable DB=sqlite3
|
||||
- RAILS=6-0-stable DB=mysql
|
||||
- RAILS=6-0-stable DB=postgres
|
||||
|
||||
- RAILS=5-2-stable DB=sqlite3
|
||||
- RAILS=5-2-stable DB=mysql
|
||||
- RAILS=5-2-stable DB=postgres
|
||||
|
|
Loading…
Reference in a new issue