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
1 changed files with 9 additions and 0 deletions

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'