Sha256: f626cd4830f7dbbf233d42dde8120b00193a9708745b7c69aea48ac0969d9dd8

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

name: Ruby

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: [3.1, 3.0, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1]
        bundle-tzinfo: [true, false]
    env:
      BUNDLE_TZINFO: "${{ matrix.bundle-tzinfo }}"
    steps:
      - uses: actions/checkout@v3
      - name: Set up Ruby ${{ matrix.ruby-version }}
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
      - name: Install dependencies
        run: bundle install
      - name: Run tests
        run: bundle exec rake

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
netsuite-0.9.2 .github/workflows/main.yml
netsuite-0.9.1 .github/workflows/main.yml
netsuite-0.9.0 .github/workflows/main.yml
netsuite-0.8.12 .github/workflows/main.yml
netsuite-0.8.11 .github/workflows/main.yml