From 3c2babec15191b4f8e3ed63d5b8a261e7285a33e Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Mon, 30 Jun 2025 20:04:35 +1000 Subject: [PATCH] chore(ci): test against maintained ruby versions Signed-off-by: JP-Ellis --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b899c9..2372fbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] + ruby_version: ["3.2", "3.3", "3.4"] os: ["ubuntu-latest","windows-latest","macos-latest"] steps: - uses: actions/checkout@v4