Skip to content

Commit

Permalink
Merge pull request #152 from Fryguy/allow_failures_for_ruby_head
Browse files Browse the repository at this point in the history
Allow failures for ruby-head
  • Loading branch information
nanobowers committed May 2, 2024
2 parents a02f7ec + 00061e7 commit d920799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
bundler-cache: true
- name: Run tests
run: bundle exec rake
continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}

0 comments on commit d920799

Please sign in to comment.