Sha256: 16845a64cb60bf2c8c275d079a01362c57003ca616016639d45dd14cdddaac59

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 Bytes

Contents

name: Ruby

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ["2.6", "2.7", "3.0"]
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
          bundler-cache: true
      - run: bundle exec rake

Version data entries

7 entries across 7 versions & 6 rubygems

Version Path
datadog-notifications-0.6.7 .github/workflows/ruby.yml
searchable-by-0.5.9 .github/workflows/ruby.yml
timed_lru-0.5.0 .github/workflows/ruby.yml
activesupport_cache_database-0.2.0 .github/workflows/ruby.yml
filterable-by-0.5.2 .github/workflows/ruby.yml
datadog-notifications-0.6.6 .github/workflows/ruby.yml
sortable-by-0.13.1 .github/workflows/ruby.yml