Skip to content

Commit 3c2167a

Browse files
committed
CI: Test with Ruby 3.4
1 parent 95a9ea8 commit 3c2167a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,15 @@ workflows:
394394
paperclip: [false],
395395
},
396396
}
397+
- test_solidus:
398+
name: *name
399+
matrix:
400+
{
401+
parameters:
402+
{
403+
rails: ["7.2", "8.0"],
404+
ruby: ["3.4.1"],
405+
database: ["postgres"],
406+
paperclip: [false],
407+
},
408+
}

0 commit comments

Comments
 (0)