Sha256: 8e53dda70d10c1e4feb5e5c02270be0537feb1daf78bb4350070ed9c6e6bc4e3

Contents?: true

Size: 369 Bytes

Versions: 5

Compression:

Stored size: 369 Bytes

Contents

name: CI
on: [push, pull_request]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.5, 2.6, 2.7, '3.0', '3.1', '3.2', 'jruby']
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - run: bundle exec rake

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
trailblazer-macro-2.1.16 .github/workflows/ci.yml
trailblazer-macro-2.1.15 .github/workflows/ci.yml
trailblazer-operation-0.10.1 .github/workflows/ci.yml
trailblazer-macro-2.1.14 .github/workflows/ci.yml
trailblazer-operation-0.10.0 .github/workflows/ci.yml