Skip to content

Commit

Permalink
CI: test.yml - Windows - add mswin, remove 3.4 exclude (#1277)
Browse files Browse the repository at this point in the history
`ruby-core.yml` (ruby-core / RDoc under a ruby-core setup) is failing,
due to recent 'default to bundled' change.
  • Loading branch information
MSP-Greg authored Jan 15, 2025
1 parent ce79711 commit 9bc3ba3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
# 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method`
min_version: 3.0
versions: '["mswin"]'
engine: cruby-truffleruby

test:
Expand All @@ -25,9 +26,11 @@ jobs:
ruby: truffleruby
- os: windows-latest
ruby: truffleruby-head
# Remove it once https://github.com/ruby/setup-ruby/issues/680 is fixed
- os: windows-latest
ruby: 3.4
- os: macos-latest
ruby: mswin
- os: ubuntu-latest
ruby: mswin

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4 # v3.3.0
Expand Down

0 comments on commit 9bc3ba3

Please sign in to comment.