Sha256: 0fa7e4dee3cb849f4c2039ca909552fde74c8b19868b40c513a7cd39cdf56be3

Contents?: true

Size: 479 Bytes

Versions: 6

Compression:

Stored size: 479 Bytes

Contents

on:
  push:
    branches:
      - "*"
  pull_request:
    branches:
      - "*"
  schedule:
    - cron: "0 0 * * 6" # At 00:00 on Saturday
jobs:
  test:
    runs-on: ubuntu-20.04
    strategy:
      matrix:
        ruby: ["3.1", "3.0", "2.7", "2.6"]
    name: Ruby ${{ matrix.ruby }}
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - run: bundle exec rake

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
websocket-client-simple-0.6.1 .github/workflows/test.yml
websocket-client-simple-0.6.0 .github/workflows/test.yml
websocket-client-simple-0.5.1 .github/workflows/test.yml
websocket-client-simple-0.5.0 .github/workflows/test.yml
websocket-client-simple-0.4.0 .github/workflows/test.yml
websocket-client-simple-0.3.1 .github/workflows/test.yml