Sha256: eaab7f576be73afbed7b9c813ea85004a53686fded8cb7c5f25d00e6250976f8

Contents?: true

Size: 442 Bytes

Versions: 6

Compression:

Stored size: 442 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  test:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        ruby-version: [2.7.5, 2.6.7, 2.5.9, 2.4.10, 2.3.8]

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby ${{ matrix.ruby-version }}
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true
    - name: Run the default task
      run: bundle exec rake

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dugway-1.0.10 .github/workflows/main.yml
dugway-1.0.9 .github/workflows/main.yml
dugway-1.0.8 .github/workflows/main.yml
dugway-1.0.7 .github/workflows/main.yml
dugway-1.0.6 .github/workflows/main.yml
dugway-1.0.5 .github/workflows/main.yml