From 2539711ea327a4d4a337c49dee5394e173e6bf1f Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Tue, 19 Jan 2021 20:56:40 -0800 Subject: [PATCH] Remove Ruby 2.6 from the test matrix It spews lots of useless verbose mode splat warnings and sometimes crashes, even though tests pass when it manages not to crash. --- .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 594579f..7846b8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - 2.3 - 2.4 - 2.5 - - 2.6 + # - 2.6 - 2.7 - 3.0 - head