Sha256: 194f8606672d3d05e89a2a835836f2abf491968ee3ce25c2919fffe19d99742b

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 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, 3.3, head, jruby, jruby-head]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - 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

3 entries across 3 versions & 1 rubygems

Version Path
trailblazer-activity-0.17.0 .github/workflows/ci.yml
trailblazer-activity-0.16.4 .github/workflows/ci.yml
trailblazer-activity-0.16.3 .github/workflows/ci.yml