From 83102ee44e42625726f97c195832713a1915111d Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 11 Dec 2025 23:06:59 +0100 Subject: [PATCH] Run on Windows for all versions and remove old excludes --- .github/workflows/test.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21f7f47..a0de3ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,16 +16,11 @@ jobs: fail-fast: false matrix: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} - os: [ ubuntu-latest, macos-latest ] - include: - - os: windows-latest - ruby: 2.6 - - os: windows-latest - ruby: 3.4 + os: [ ubuntu-latest, macos-latest, windows-latest ] exclude: - - os: macos-latest + - os: windows-latest ruby: truffleruby - - os: ubuntu-latest + - os: windows-latest ruby: truffleruby-head runs-on: ${{ matrix.os }} steps: