Sha256: c15dcdae33c3fc0c176cf1351e166cbd451725893648b9ef1fe2d5d24a573890

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

name: windows

on: [push]

jobs:
  build:
    runs-on: windows-latest
    strategy:
      matrix:
        ruby: [ 'mingw', 'mswin', '3.0', '2.7' ]
    timeout-minutes: 10
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run test
      run: bundle exec rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
textbringer-1.3.0 .github/workflows/windows.yml
textbringer-1.2.0 .github/workflows/windows.yml