mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Add Ruby 3.1 to the CI matrix
This commit is contained in:
parent
ca40f5ff0a
commit
f00786bd98
1 changed files with 9 additions and 0 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
ruby_version:
|
||||
- '3.1'
|
||||
- '3.0'
|
||||
- '2.7'
|
||||
- '2.6'
|
||||
|
@ -35,6 +36,14 @@ jobs:
|
|||
- postgresql
|
||||
- mysql
|
||||
exclude:
|
||||
- ruby_version: '3.1'
|
||||
gemfile: gemfiles/active_record_60.gemfile
|
||||
- ruby_version: '3.1'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
- ruby_version: '3.1'
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
- ruby_version: '3.1'
|
||||
gemfile: gemfiles/active_record_50.gemfile
|
||||
- ruby_version: '3.0'
|
||||
gemfile: gemfiles/active_record_52.gemfile
|
||||
- ruby_version: '3.0'
|
||||
|
|
Loading…
Reference in a new issue