Skip to content

Commit a015c8b

Browse files
committed
CI: Disable benchmarking of some versions on Ruby
1 parent 8bdeafc commit a015c8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
exclude:
3838
- { os: windows-latest , ruby: debug }
3939

40+
# These are disabled due to the ambiguity of stringio
41+
- { os: windows-latest , ruby: "3.0" }
42+
- { os: windows-latest , ruby: "3.1" }
43+
- { os: windows-latest , ruby: "3.2" }
44+
4045
steps:
4146
- uses: actions/checkout@v4
4247

0 commit comments

Comments
 (0)