1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Merge pull request #1076 from petergoldstein/feature/add_ruby_3_1_to_ci

Add Ruby 3.1 to the CI matrix
This commit is contained in:
Akira Matsuda 2022-01-10 11:52:04 +09:00 committed by GitHub
commit 50ad1b2bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'