From fa9b16c418adbeeb683ac56aaa94b5f7d7ef5c38 Mon Sep 17 00:00:00 2001 From: pezholio Date: Thu, 1 Aug 2024 14:06:00 +0100 Subject: [PATCH] Remove `2.7` from unit test Matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s end of life now, so we should stop support. --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 47b938c..3869f64 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ 2.7, 3.1, 3.2, 3.3 ] + ruby: [ 3.1, 3.2, 3.3 ] runs-on: ubuntu-latest name: Run specs and coverage report steps: