Skip to content

Commit 0463e76

Browse files
committed
Expand CI matrix to run tests against a rails 7 app with propshaft
New rails 7 applications can be generated with propshaft as an alternative asset pipeline to sprockets: rails/rails@fb1ab34 Since we want importmap-rails to work out of the box with either of those asset pipeline options, we'll run our test suite continuously against both.
1 parent cfa4d66 commit 0463e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- "3.0"
1010
gemfile:
1111
- Gemfile
12+
- gemfiles/rails_7_propshaft.gemfile
1213
- gemfiles/rails_7_sprockets.gemfile
1314
continue-on-error: [ false ]
1415

0 commit comments

Comments
 (0)