Skip to content

Commit

Permalink
Skip Ruby head on CI (ubuntu and macos)
Browse files Browse the repository at this point in the history
These aren't passing because `mutex_m` is no longer included by default
in Ruby's standard library. Need to upgrade `minitest` to get it to
work, but can't do that yet because the new version doesn't support Ruby
2.5.

Related: #178
  • Loading branch information
davishmcclurg committed Mar 14, 2024
1 parent 220dc4f commit 8be18df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, head, jruby, jruby-head, truffleruby, truffleruby-head]
exclude:
- os: ubuntu-latest
ruby: head
- os: macos-latest
ruby: head
- os: windows-latest
ruby: truffleruby
- os: windows-latest
Expand Down

0 comments on commit 8be18df

Please sign in to comment.