From 18a36af22c2efd7220b838a288dd7feeb55ef801 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 6 Dec 2021 10:43:42 -0800 Subject: [PATCH] Remove Ruby 2.5 and 2.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a462adc..7abeca4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.6", "2.7", "3.0", "3.1"] + ruby: ["2.7", "3.0", "3.1"] services: redis: image: redis