From 153949b20d3733ebf95bfe4f0888f4316d2d24fe Mon Sep 17 00:00:00 2001 From: dcrosby Date: Mon, 26 May 2025 14:40:28 -0700 Subject: [PATCH] [github CI] Remove Ruby 2.5 + 2.6 testing --- .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 e496f1a..8440d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.5, 2.6, 2.7, 3.0, 3.1] + ruby: ["2.7", "3.0", "3.1"] runs-on: ubuntu-latest steps: - name: Checkout repository