Sha256: e8b0486f11c4e8888bfcfb7fcfe358aae8499b6aaa6468bc8fea5cb7ed4449a1

Contents?: true

Size: 660 Bytes

Versions: 2

Compression:

Stored size: 660 Bytes

Contents

name: build

on: [push, pull_request]

jobs:
  test:

    runs-on: ubuntu-20.04

    strategy:
      matrix:
        ruby-version:
          - 3.2.1
          - 3.1.2
          - 3.0.0
          - 2.7.2
          - 2.6.6
          - 2.5.8
          - 2.4.10
          - 2.3.8
          - 2.2.10
          - jruby-9.2.14.0
          - truffleruby-21.0.0

    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 tests
        run: bundle exec rspec --format documentation

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logtail-0.1.10 .github/workflows/main.yml
logtail-0.1.9 .github/workflows/main.yml