Skip to content

Commit

Permalink
Test Solidus against Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl authored and waiting-for-dev committed Jan 16, 2023
1 parent 2223700 commit 7d6ff9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
default: postgres
ruby:
type: string
default: '3.1'
default: '3.2'
rails:
type: string
default: "7.0"
Expand Down Expand Up @@ -334,7 +334,7 @@ workflows:
- test_solidus:
context: slack-secrets
name: &name "test-rails-<<matrix.rails>>-ruby-<<matrix.ruby>>-<<matrix.database>>-<<#matrix.paperclip>>paperclip<</matrix.paperclip>><<^matrix.paperclip>>activestorage<</matrix.paperclip>>"
matrix: { parameters: { rails: ['7.0'], ruby: ['3.0', '3.1'], database: ['mysql', 'sqlite', 'postgres'], paperclip: [true, false] } }
matrix: { parameters: { rails: ['7.0'], ruby: ['3.1', '3.2'], database: ['mysql', 'sqlite', 'postgres'], paperclip: [true, false] } }
- test_solidus:
context: slack-secrets
name: *name
Expand Down

0 comments on commit 7d6ff9c

Please sign in to comment.