From a4d915bc702d46ee437a0b330023efe750665de7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 1 Jan 2024 18:25:20 +0100 Subject: [PATCH] No more support EOL Rubys or near-EOL --- .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 32942ba..461e6ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,9 @@ jobs: fail-fast: false matrix: ruby-version: - - "2.7" - - "3.0" - "3.1" - "3.2" + - "3.3" gemfile: - Gemfile - gemfiles/rails_7_0_propshaft.gemfile