Sha256: a9ef661f7da0606a11ad048e137d2a5b2cc5573cbf79476d28ba629abae3ac1e

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 Bytes

Contents

name: CI

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest

    strategy:
      fail-fast: false
      matrix:
        ruby: ["2.7", "3.0", "3.1", ruby-head, jruby-head]

    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true # 'bundle install' and cache gems
          ruby-version: ${{ matrix.ruby }}
      - name: Run tests
        run: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activemodel-csv_validator-0.5.0 .github/workflows/ci.yml
activemodel-csv_validator-0.4.0 .github/workflows/ci.yml