From 634e4a4eeca053944c62327091cf19e79ec185a7 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 24 May 2024 19:27:28 +0100 Subject: [PATCH] ci: remove tests for ruby 3.0 (eol) --- .github/workflows/matrix.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index dc880e37..a0c8a97c 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -1,8 +1,3 @@ { - "include": [ - { "ruby": "3.0" }, - { "ruby": "3.1" }, - { "ruby": "3.2" }, - { "ruby": "3.3" } - ] + "include": [{ "ruby": "3.1" }, { "ruby": "3.2" }, { "ruby": "3.3" }] }