From 45efac23606f5e9d0e5fcc0efd58ba4bd7d7d768 Mon Sep 17 00:00:00 2001 From: Mpampis Kostas Date: Thu, 20 Feb 2025 20:09:39 +0200 Subject: [PATCH] Test ruby >= 3.2 --- .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 e797fcb..9fe493c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4] + ruby: [3.2, 3.3, 3.4] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3