From 38fae526f6b28e279f3d468c5599ea814ef4a33a Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Thu, 5 Oct 2023 12:03:04 -0400 Subject: [PATCH] Temporary commit to test 2.7-3.1 to verify behavior --- .github/workflows/ci.yaml | 1 + Gemfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf8a315c66a0..3ab4b4387d26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,7 @@ jobs: strategy: matrix: ruby-version: + - '2.7' - '3.0' - '3.1' test-suite: diff --git a/Gemfile b/Gemfile index fab3f71d472d..c770a1e7e701 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -raise "Ruby versions < 3.0.0 are unsupported!" if RUBY_VERSION < "3.0.0" +raise "Ruby versions < 2.7.0 are unsupported!" if RUBY_VERSION < "2.7.0" raise "Ruby versions >= 3.1.0 are unsupported!" if RUBY_VERSION >= "3.2.0" source 'https://rubygems.org'