diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff57c55ced..bb345f3cd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,7 @@ jobs: with: # 2.7 breaks `test_parse_statements_nodoc_identifier_alias_method` min_version: 3.0 + engine: cruby-jruby versions: '["mswin"]' test: @@ -26,10 +27,6 @@ jobs: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} os: [ubuntu-latest, macos-latest, windows-latest] exclude: - - os: windows-latest - ruby: truffleruby - - os: windows-latest - ruby: truffleruby-head - os: windows-latest ruby: jruby - os: windows-latest