Sha256: 136d9ad5ebc077bfe68a7fc25b2c1ce9aaf9a048774f7e55c0070e45db4750ac

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

name: Tests

on:
  - push
  - pull_request

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.4, 2.7, '3.1', '3.2']
        graphql_version: ['~> 1.12.18', '~> 1.13', '~> 2.0']
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true
        ruby-version: ${{ matrix.ruby }}
      env:
        GRAPHQL_VERSION: ${{ matrix.graphql_version }}
    - run: bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphql-batch-0.5.3 .github/workflows/ci.yml