Sha256: 3ded831f4492a1a9b04563c400fb2a849924407ffd3e9ac631855ce7a1745f9f

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

name: Ruby Build Test

on: push

jobs:
  build-test:

    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: [2.0.0, 2.1, 2.2, 2.3.0, 2.7.0, jruby-9.2.17.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 rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
payjp-0.0.10 .github/workflows/test.yml
payjp-0.0.9 .github/workflows/test.yml