mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
CI against ruby 3.0
This commit is contained in:
parent
727ae0c495
commit
5efd559677
2 changed files with 7 additions and 0 deletions
7
.github/workflows/ruby.yml
vendored
7
.github/workflows/ruby.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
ruby_version:
|
||||
- '3.0'
|
||||
- '2.7'
|
||||
- '2.6'
|
||||
- '2.5'
|
||||
|
@ -32,6 +33,12 @@ jobs:
|
|||
- postgresql
|
||||
- mysql
|
||||
exclude:
|
||||
- ruby_version: '3.0'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
- ruby_version: '3.0'
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
- ruby_version: '3.0'
|
||||
gemfile: gemfiles/active_record_50.gemfile
|
||||
- ruby_version: '2.7'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
- ruby_version: '2.7'
|
||||
|
|
BIN
test/fake_app/kaminari_test.sqlite3-journal
Normal file
BIN
test/fake_app/kaminari_test.sqlite3-journal
Normal file
Binary file not shown.
Loading…
Reference in a new issue