Skip to content

Bump unicode-display_width from 2.5.0 to 2.6.0 in /gemfile_steep #1122

Bump unicode-display_width from 2.5.0 to 2.6.0 in /gemfile_steep

Bump unicode-display_width from 2.5.0 to 2.6.0 in /gemfile_steep #1122

Workflow file for this run

name: Run test on Windows
on:
push:
branches:
- master
pull_request: {}
jobs:
windows:
strategy:
matrix:
ruby_version:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
task:
- test
# - test:output Ignored because the order of diagnostics changes somehow
- build
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Run test
run: |
git config --global --add safe.directory /__w/steep/steep
ruby -v
gem install bundler
bundle install --jobs 4 --retry 3
bin/setup
bundle exec rake ${{matrix.task}}