Skip to content

Commit

Permalink
CI: Test Ruby 3.3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to the most common Solidus setup
(Postgres, ActiveStorage, Rails 7.x) in order to
catch errors with latest Ruby 3.3
  • Loading branch information
tvdeyen committed Jun 13, 2024
1 parent 9a3333c commit 9af16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ workflows:
matrix: { parameters: { rails: ['7.0', '7.1'], ruby: ['3.0'], database: ['mysql'], paperclip: [true] } }
- test_solidus:
name: *name
matrix: { parameters: { rails: ['7.0', '7.1'], ruby: ['3.1'], database: ['postgres'], paperclip: [false] } }
matrix: { parameters: { rails: ['7.0', '7.1'], ruby: ['3.1', '3.3'], database: ['postgres'], paperclip: [false] } }
- test_solidus:
name: *name
matrix: { parameters: { rails: ['7.0'], ruby: ['3.2'], database: ['sqlite'], paperclip: [false] } }
Expand Down

0 comments on commit 9af16c9

Please sign in to comment.