Sha256: 1cb01fd71a867f1f9343576a54ce08085dedb4450c105a4c4d54db61797213a8

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

name: Test

on:
  pull_request:
    types:
      - opened
      - reopened
      - synchronize

jobs:
  test:
    runs-on: ubuntu-latest
    continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head]
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true
          ruby-version: ${{ matrix.ruby }}
      - run: bundle install
      - run: bundle exec rake

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
itax_code-0.3.0 .github/workflows/test.yml
rack-idempotency_key-0.1.1 .github/workflows/test.yml
rack-idempotency_key-0.1.0 .github/workflows/test.yml