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
4dec09c749
commit
2a77263f44
2 changed files with 0 additions and 2 deletions
1
.github/workflows/ruby.yml
vendored
1
.github/workflows/ruby.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
|||
include:
|
||||
- ruby_version: 'ruby-head'
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
db: sqlite3
|
||||
- ruby_version: '2.4'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
db: sqlite3
|
||||
|
|
|
@ -44,7 +44,6 @@ matrix:
|
|||
include:
|
||||
- rvm: ruby-head
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.4.10
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
env: DB=sqlite3
|
||||
|
|
Loading…
Reference in a new issue