Sha256: 6553a218bfb678ac832ac9600d4ab888c22b19842ee81492968f3b016669d55e

Contents?: true

Size: 526 Bytes

Versions: 4

Compression:

Stored size: 526 Bytes

Contents

name: Tests

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:
    strategy:
      fail-fast: true
      matrix:
        os: [ ubuntu-latest, macos-latest ]
        ruby: ['2.6.6', '2.7.2', '3.0.0 ']
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run Tests for Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
      run: bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git_reflow-0.9.8 .github/workflows/multi-ruby-tests.yml
git_reflow-0.9.7 .github/workflows/multi-ruby-tests.yml
git_reflow-0.9.6 .github/workflows/multi-ruby-tests.yml
git_reflow-0.9.5 .github/workflows/multi-ruby-tests.yml