Skip to content

Update 3.0.9 entry #222

Update 3.0.9 entry

Update 3.0.9 entry #222

Workflow file for this run

name: windows
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- windows-latest
ruby: [ '2.7', '3.0', '3.1', '3.2', 'mswin', 'mingw' ]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run test
run: bundle exec rake