diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e5b6f9293..71ae396187 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,13 +23,13 @@ jobs: - 2.6 - 2.5 - 2.4 - - debug + - head include: - { os: windows-latest , ruby: mingw } - { os: windows-latest , ruby: mswin } exclude: - { os: windows-latest , ruby: 3.0 } - - { os: windows-latest , ruby: debug } + - { os: windows-latest , ruby: head } steps: - uses: actions/checkout@v2