Skip to content

Commit

Permalink
Add Ruby 3.1 and 3.2 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and gonzalo-bulnes committed Dec 3, 2024
1 parent f1cba4e commit 1f43329
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
matrix:
ruby:
- 'head'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- '2.6'
Expand All @@ -27,6 +29,20 @@ jobs:
gemfile: rails_4_devise_3
- ruby: 'head'
gemfile: ruby_1.9.3_rails_3.2
- ruby: '3.2'
gemfile: rails_6_devise_4
- ruby: '3.2'
gemfile: rails_5_devise_4
- ruby: '3.2'
gemfile: rails_4_devise_3
- ruby: '3.2'
gemfile: ruby_1.9.3_rails_3.2
- ruby: '3.1'
gemfile: rails_5_devise_4
- ruby: '3.1'
gemfile: rails_4_devise_3
- ruby: '3.1'
gemfile: ruby_1.9.3_rails_3.2
- ruby: 3.0
gemfile: rails_4_devise_3
- ruby: 3.0
Expand Down

0 comments on commit 1f43329

Please sign in to comment.