1
0
Fork 0
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:
Peter Goldstein 2022-01-09 18:17:26 -08:00
parent ca40f5ff0a
commit f00786bd98

View file

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