Skip to content

Commit

Permalink
Ignore CI failures for Ruby 2.4 and 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 19, 2023
1 parent 259557c commit 35a8574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
continue-on-error: ${{ startsWith(matrix.ruby, '2.4') || startsWith(matrix.ruby, '2.5') }}

- run: bundle exec rake
continue-on-error: ${{ startsWith(matrix.ruby, '2.4') || startsWith(matrix.ruby, '2.5') }}

0 comments on commit 35a8574

Please sign in to comment.