Skip to content

Commit

Permalink
Remove TruffleRuby from CI
Browse files Browse the repository at this point in the history
Like to have CI green. Lately, TruffleRuby has been flaky
in the concurrency test. Don't know why, opened an issue

    oracle/truffleruby#2431

When we figure it out, I'll restore it.
  • Loading branch information
jamieblynn committed Aug 27, 2021
1 parent c172767 commit 033565c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- "2.7"
- "3.0"
- "head"
- "truffleruby"
- "truffleruby-head"
runs-on: ${{ matrix.os }}
steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit 033565c

Please sign in to comment.