Skip to content

Commit

Permalink
ci: exclude incidental failure in old Ruby/Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Nov 21, 2024
1 parent 2d06f60 commit 121132c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
exclude:
- ruby: 2.7.2
rails: 5.0.7.2
- ruby: 2.6.6
rails: 5.0.7.2
- ruby: 2.7.2
rails: 4.2.11
- ruby: 2.6.6
Expand All @@ -41,4 +43,4 @@ jobs:
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rake test
run: bundle exec rake test

0 comments on commit 121132c

Please sign in to comment.