From 6485cc83100b9b60e397d85cf23289653cfa2480 Mon Sep 17 00:00:00 2001 From: Jacobo Bouzas Quiroga Date: Thu, 19 Sep 2024 11:35:59 +0200 Subject: [PATCH] chore: drop compatibility with ruby <3.1 --- .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 562a22d..8673da0 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] + ruby: [3.1, 3.2] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3