Skip to content

Commit

Permalink
CI: Disable benchmarking of some versions on Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Dec 25, 2024
1 parent 8bdeafc commit a015c8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
exclude:
- { os: windows-latest , ruby: debug }

# These are disabled due to the ambiguity of stringio
- { os: windows-latest , ruby: "3.0" }
- { os: windows-latest , ruby: "3.1" }
- { os: windows-latest , ruby: "3.2" }

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a015c8b

Please sign in to comment.