From c1389ffb9200344b7d05af9c4099bb0f20ace454 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Tue, 3 Sep 2024 19:41:11 +0200 Subject: [PATCH] Limit CI to Ruby 3.1 since that is the syntax we want to focus on --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4949b0a..176aa99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ jobs: strategy: matrix: ruby: - - '2.7' - - '3.3' + - '3.1' services: postgres: image: postgres