From fbe29c24169e1fd032422da51f2c5c6736ba9c7f Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Fri, 7 Jan 2022 23:02:32 +0900 Subject: [PATCH] Remove tests using truffleruby Tests using truffleruby looks unstable. I'm not sure whether it is due to truffleruby or ruby-oci8. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7151269c..7652b03f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.5, 2.6, 2.7, '3.0', 3.1, truffleruby] + ruby: [2.5, 2.6, 2.7, '3.0', 3.1] runs-on: ubuntu-latest