Sha256: 19097a75303219417ba02a10bb7d93b7d7f2f9c71f8e6f2fe82913b5e43a6062

Contents?: true

Size: 540 Bytes

Versions: 4

Compression:

Stored size: 540 Bytes

Contents

name: CI
on: [push, pull_request]
jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
        ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head, jruby, jruby-head]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - run: bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trailblazer-activity-0.16.2 .github/workflows/ci.yml
trailblazer-activity-0.16.1 .github/workflows/ci.yml
trailblazer-activity-0.16.0 .github/workflows/ci.yml
trailblazer-activity-0.15.1 .github/workflows/ci.yml