Skip to content

Commit

Permalink
Add Rails main branch to Circle CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch authored and elia committed Dec 28, 2023
1 parent 2c82985 commit f07e27f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,6 @@ workflows:
- test_solidus:
name: *name
matrix: { parameters: { rails: ['7.0', '7.1'], ruby: ['3.2'], database: ['sqlite'], paperclip: [false] } }
- test_solidus:
name: *name
matrix: { parameters: { rails: ['main'], ruby: ['3.2'], database: ['sqlite'], paperclip: [false] } }

0 comments on commit f07e27f

Please sign in to comment.