Skip to content

Commit

Permalink
Merge pull request #2262 from koic/workaround_ruby_head_ci
Browse files Browse the repository at this point in the history
Workaround build error for ruby-head
  • Loading branch information
koic committed Feb 9, 2021
2 parents ff071d5 + 3b4cd79 commit 21ac836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
- 'head'
# FIXME: Workaround for https://github.com/faker-ruby/faker/issues/2260
# Resume ruby-head CI when https://github.com/travisjeffery/timecop/pull/279 will be resolved.
# - 'head'
- truffleruby-head
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
steps:
Expand Down

0 comments on commit 21ac836

Please sign in to comment.