Skip to content

Commit 59fadce

Browse files
committed
ci: exclude Ruby < 3.2 on Windows
We can't test these patterns because of GCC 15 support.
1 parent a57f6a0 commit 59fadce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- macos-latest
2828
- ubuntu-latest
2929
- windows-latest
30+
exclude:
31+
- {ruby-version: "2.6", runs-on: windows-latest}
32+
- {ruby-version: "2.7", runs-on: windows-latest}
33+
- {ruby-version: "3.0", runs-on: windows-latest}
34+
- {ruby-version: "3.1", runs-on: windows-latest}
3035
runs-on: ${{ matrix.runs-on }}
3136
steps:
3237
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)