Sha256: 9eb5c6eec6d223c948c7bca3c51738d2cb36f11892ce9497259785bbb8346e37

Contents?: true

Size: 460 Bytes

Versions: 2

Compression:

Stored size: 460 Bytes

Contents

on: push
name: Test Buildkit Gem

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
    name: Ruby ${{ matrix.ruby }}
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true # 'bundle install' and cache
      - name: Run rspec
        run: 'bundle exec rspec spec'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildkit-1.6.1 .github/workflows/ci.yml
buildkit-1.6.0 .github/workflows/ci.yml