diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aba5b4d0c1..22072c2841 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,6 @@ jobs: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] ruby-version: ['3.4', '3.3', '3.2', '3.1'] - exclude: - - os: 'windows-latest' - ruby-version: '3.4' name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} steps: