Sha256: e52142cffe95014e3f067ebc4afca0571c4cdc980b1e3414ac95157d49d1426c

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

name: CI

on:
  push:
    branches:
      - main

  pull_request:
    branches:
      - main

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, jruby-9.1, jruby-9.2, jruby-9.3, jruby-9.4]

    steps:
      - name: Setup
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}

      - uses: actions/checkout@v2

      - name: Install
        run: bundle install --without docs

      - name: Test
        run: bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sessionstore-dynamodb-2.1.0 .github/workflows/ci.yml