HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/rqrcode-2.1.2/.github/workflows/ruby.yml
name: rqrcode

on:
  push:
    branches:
    - master
  pull_request:
    branches:
    - master

jobs:
  Build:
    strategy:
      fail-fast: false
      matrix:
        os: [ubuntu-latest, macos-latest]
        ruby: [2.5, 2.6, 2.7, '3.0', 3.1]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - name: Run Tests for Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
      run: bundle exec rake spec
    - name: StandardRB check for Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
      run: bundle exec standardrb --format progress