Sha256: 538a0f1b1665fdbff3281e67151545cf613b44eeae1c53e98fdae9f0752c179d
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
name: CI on: push: branches: - master pull_request: jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: - '2.7' - '3.0' - '3.1' activerecord: - '6.0' - '6.1' - '7.0' - '7.1' name: Ruby ${{ matrix.ruby }} / ActiveRecord ${{ matrix.activerecord }} env: AR: ~> ${{ matrix.activerecord }} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
standalone_migrations-7.1.3 | .github/workflows/CI.yml |