Sha256: 8ea3d77ba935b2ee97b8dc8107fedace2323cd6bfe49a6b71910c118048f8589

Contents?: true

Size: 399 Bytes

Versions: 9

Compression:

Stored size: 399 Bytes

Contents

name: Test

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

jobs:
  ruby:
    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

9 entries across 9 versions & 4 rubygems

Version Path
fleiss-0.4.5 .github/workflows/test.yml
fleiss-0.4.4 .github/workflows/test.yml
searchable-by-0.7.0 .github/workflows/test.yml
searchable-by-0.6.1 .github/workflows/test.yml
fleiss-0.4.3 .github/workflows/test.yml
fleiss-0.4.2 .github/workflows/test.yml
searchable-by-0.6.0 .github/workflows/test.yml
sortable-by-0.13.2 .github/workflows/test.yml
activesupport_cache_database-0.2.1 .github/workflows/test.yml