From a690e33fd3a42d77074e9c43f2ee9172de59b39f Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Thu, 1 Feb 2024 16:52:14 -0500 Subject: [PATCH] prism only supports Ruby >=3 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 807355ad4..ebcaea520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: - gemfiles/Gemfile-rails-6-0 - gemfiles/Gemfile-rails-6-1 ruby: - - "2.7" - "3.0" - "3.1" - "3.2" @@ -40,7 +39,6 @@ jobs: gemfile: - Gemfile ruby: - - "2.7" - "3.0" - "3.1" - "3.2"