Sha256: 2e30f79e35e0a6cc8d62ea73f4896f6aa7c124fa2e0460e373c7b837c15ccab2

Contents?: true

Size: 917 Bytes

Versions: 18

Compression:

Stored size: 917 Bytes

Contents

name: Testing on Ubuntu

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

jobs:
  test:
    runs-on: ${{ matrix.os }}
    continue-on-error: ${{ matrix.experimental }}
    strategy:
      fail-fast: false
      matrix:
        ruby-version: ['3.1', '3.0', '2.7']
        os: [ubuntu-latest]
        experimental: [false]
        include:
          - ruby-version: head
            os: ubuntu-latest
            experimental: true

    name: Unit testing with Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
      - name: Install addons
        run: sudo apt-get install libgmp3-dev libcap-ng-dev
      - name: Install dependencies
        run: bundle install
      - name: Run tests
        run: bundle exec rake test

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
fluentd-1.15.3-x86-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.3-x64-mingw-ucrt .github/workflows/linux-test.yaml
fluentd-1.15.3-x64-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.3 .github/workflows/linux-test.yaml
fluentd-1.15.2-x86-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.2-x64-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.2-x64-mingw-ucrt .github/workflows/linux-test.yaml
fluentd-1.15.2 .github/workflows/linux-test.yaml
fluentd-1.15.1-x86-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.1-x64-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.1-x64-mingw-ucrt .github/workflows/linux-test.yaml
fluentd-1.15.1 .github/workflows/linux-test.yaml
fluentd-1.15.0-x86-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.0-x64-mingw-ucrt .github/workflows/linux-test.yaml
fluentd-1.15.0-x64-mingw32 .github/workflows/linux-test.yaml
fluentd-1.15.0 .github/workflows/linux-test.yaml
dtomasgu-fluentd-1.14.8.pre.dev .github/workflows/linux-test.yaml
dtomasgu-fluentd-1.14.7.pre.dev .github/workflows/linux-test.yaml