Skip to content

Commit a61d3b0

Browse files
committed
! Fix GH Action config for coverage
1 parent efb0a84 commit a61d3b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
ruby:
2727
- 2.7
2828
gemfile:
29-
- gemfiles/rails_5_2.gemfile
30-
- gemfiles/rails_6_0.gemfile
31-
- gemfiles/rails_6_1.gemfile
29+
- gemfiles/rspec_3_10.gemfile
3230
env:
3331
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
3432
COVERALLS: true

0 commit comments

Comments
 (0)