Skip to content

Commit

Permalink
Ignore ruby-head in the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatov committed Mar 3, 2024
1 parent a28adb7 commit f3ab4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
continue-on-error: ${{ matrix.allow_failures == 'true' }}
continue-on-error: ${{ matrix.ruby_version == 'ruby-head' }}

- run: bundle exec rake
continue-on-error: ${{ matrix.allow_failures == 'true' }}
continue-on-error: ${{ matrix.ruby_version == 'ruby-head' }}

0 comments on commit f3ab4df

Please sign in to comment.