From 0cf182550cdb80399da7789b9aba84102108d9a1 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Sun, 4 Aug 2024 09:02:27 -0500 Subject: [PATCH] CI: test.yml - Windows - add mswin, remove 3.4 exclude --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index faf2c33684..a5adefeb40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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