Sha256: fc9a87b81b9825b40545a74d047e2cc456b7de7220e6e057b7c5bc3eded18e95

Contents?: true

Size: 388 Bytes

Versions: 3

Compression:

Stored size: 388 Bytes

Contents

name: ci
on: [push]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, macos-latest]
        ruby: [2.4, 2.5, 2.6, 2.7, '3.0', head]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - run: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openapi_parser-0.15.0 .github/workflows/ci.yaml
openapi_parser-0.14.1 .github/workflows/ci.yaml
openapi_parser-0.14.0 .github/workflows/ci.yaml