Sha256: 44f98986b28c85f0dc7084579d0c3de2f836da6d465a412ae75ba08c3f218d11

Contents?: true

Size: 488 Bytes

Versions: 3

Compression:

Stored size: 488 Bytes

Contents

name: Ruby

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, macos-latest]
        ruby: [2.4, 2.5, 2.6, 2.7, jruby, truffleruby]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run tests
      run: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
snmp-open-0.7.0 .github/workflows/ruby.yml
snmp-open-0.6.1 .github/workflows/ruby.yml
snmp-open-0.6.0 .github/workflows/ruby.yml