From 8e73a91d25856b72bfd44becdeea2313232993f3 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 25 Dec 2022 00:10:15 +0800 Subject: [PATCH] =?UTF-8?q?test(ci):=20drop=20some=20old=20ruby=20?= =?UTF-8?q?=E2=80=8B=E2=80=8Bversions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 e076b33..08e6af9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - ruby: [2.5, 2.6, 2.7, 3] + ruby: [2.7, 3] steps: - name: Checkout