From 3674c58427dfb01fee858fe8c11e6dddbe6c8c02 Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Thu, 22 Feb 2024 08:50:39 -0600 Subject: [PATCH] Drop support for ruby 2.7, increase range for newer versions --- .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 b912c05..ed573c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - ruby-version: ['2.7', '3.0'] + ruby-version: ['3.0', '3.1', '3.2', '3.3'] steps: - uses: actions/checkout@v2