Sha256: 4031aa5d71179829207fabcefc6ea0cd9fcd223bca1006192ad90fa5bcc6b3e2

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 Bytes

Contents

name: windows

on: [push]

jobs:
  build:
    runs-on: windows-latest
    strategy:
      matrix:
        ruby: [ 'mingw', 'mswin', '3.0', '2.7', '2.6' ]
    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

3 entries across 3 versions & 1 rubygems

Version Path
textbringer-1.1.1 .github/workflows/windows.yml
textbringer-1.1.0 .github/workflows/windows.yml
textbringer-1.0.9 .github/workflows/windows.yml