Skip to content

Commit c3a4d25

Browse files
committed
Fix broken CI (missing comma in CI matrix setup)
1 parent e019ac7 commit c3a4d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"ruby": "3.3",
2323
"rails_version": "8.0.4",
24-
"additional_engine_cart_rails_options": "--css=bootstrap"
24+
"additional_engine_cart_rails_options": "--css=bootstrap",
2525
"additional_name": "| Rails 8.0 + Ruby 3.3"
2626
},
2727
{

0 commit comments

Comments
 (0)