Sha256: cf447ded84de24241146791191cb94da64bd56d5c804e38b389cea0770e0a62a

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

name: Ruby

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby:
          - "3.0"
          - "3.1"
          - "3.2"
          - "3.3"
          - head
    steps:
    - uses: actions/checkout@v4
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true # 'bundle install' and cache
    - name: Run tests
      run: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-threads-0.1.2 .github/workflows/ci.yml
omniauth-threads-0.1.1 .github/workflows/ci.yml
omniauth-threads-0.1.0 .github/workflows/ci.yml