1
0
Fork 0
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:
Akira Matsuda 2021-05-05 04:14:34 +09:00
parent 727ae0c495
commit 5efd559677
2 changed files with 7 additions and 0 deletions

View file

@ -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'

Binary file not shown.