From b20c7235a74b12b48d923c51acaa79edfafc7e10 Mon Sep 17 00:00:00 2001 From: quest Date: Sun, 15 Sep 2024 18:50:39 -1000 Subject: [PATCH] Drop unsupported Ruby versions from CI --- .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 71f1bab..3560640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', truffleruby-head] + ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', truffleruby-head] steps: - uses: actions/checkout@v2