Skip to content

Commit

Permalink
GitHub Actions: Stop build on Ruby 2.3
Browse files Browse the repository at this point in the history
Because SimpleCov error occurs
  • Loading branch information
chocoby committed Dec 18, 2020
1 parent 920207d commit c5f1eee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
ruby:
- 2.3
- 2.4
- 2.5
- 2.6
Expand All @@ -27,10 +26,6 @@ jobs:
- rails60.gemfile
- rails61.gemfile
exclude:
- ruby: 2.3
gemfile: rails60.gemfile
- ruby: 2.3
gemfile: rails61.gemfile
- ruby: 2.4
gemfile: rails60.gemfile
- ruby: 2.4
Expand Down

0 comments on commit c5f1eee

Please sign in to comment.