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
fxn committed Aug 27, 2021
1 parent 49e61a9 commit f81a95a
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 f81a95a

Please sign in to comment.