mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
CI for all three DBs with AR edge
This commit is contained in:
parent
32ef2f069d
commit
727ae0c495
2 changed files with 12 additions and 0 deletions
6
.github/workflows/ruby.yml
vendored
6
.github/workflows/ruby.yml
vendored
|
@ -48,6 +48,12 @@ jobs:
|
|||
- ruby_version: 'ruby-head'
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: 'ruby-head'
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
db: postgresql
|
||||
- ruby_version: 'ruby-head'
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
db: mysql
|
||||
- ruby_version: '2.4'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
db: sqlite3
|
||||
|
|
|
@ -45,6 +45,12 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: ruby-head
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
env: DB=postgresql
|
||||
- rvm: ruby-head
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
env: DB=mysql
|
||||
- rvm: 2.4.10
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
env: DB=sqlite3
|
||||
|
|
Loading…
Reference in a new issue