Skip to content

Fallback to empty array if branches is missing #566

Fallback to empty array if branches is missing

Fallback to empty array if branches is missing #566

Workflow file for this run

name: stable
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: "benchmark"
JRUBY_OPTS: "--debug"
strategy:
fail-fast: false
matrix:
ruby-version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- jruby-9.4
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: |
bundle exec rake