From 39c3b2089f49628f090e9c735ebc4e06eb2c4792 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Sat, 1 Oct 2022 09:00:37 +0100 Subject: [PATCH] (MAINT) Remove unsupported rubies test workflow This commit removes the following ruby versions from the test matrix: * v2.4 * v2.5 * v2.6 --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 195396c..6a19d06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,9 +29,6 @@ jobs: fail-fast: false matrix: include: - - ruby: "2.4" - - ruby: "2.5" - - ruby: "2.6" - ruby: "2.7" - ruby: "3.0" - ruby: "3.1"