From 033565c36558f5f5fa9ed6d0979dd768ce9a989e Mon Sep 17 00:00:00 2001 From: carltonstale Date: Fri, 27 Aug 2021 21:38:16 +0200 Subject: [PATCH] Remove TruffleRuby from CI Like to have CI green. Lately, TruffleRuby has been flaky in the concurrency test. Don't know why, opened an issue https://github.com/oracle/truffleruby/issues/2431 When we figure it out, I'll restore it. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 996e159..260f2fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: - "2.7" - "3.0" - "head" - - "truffleruby" - - "truffleruby-head" runs-on: ${{ matrix.os }} steps: - uses: "actions/checkout@v2"