From 1b439b1cb4cdb6f76cfe2280806da8246f586f70 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 5 Nov 2024 12:00:40 -0500 Subject: [PATCH] Test with 3.3 and 3.1 --- .github/workflows/ci.yaml | 2 -- Gemfile | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d67eb253db0..a603e784cf0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,9 +14,7 @@ jobs: strategy: matrix: ruby-version: - - '3.0' - '3.1' - - '3.2' - '3.3' test-suite: - vmdb diff --git a/Gemfile b/Gemfile index 932bf2b6963..0830664c45b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,4 @@ raise "Ruby versions < 3.0.1 are unsupported!" if RUBY_VERSION < "3.0.1" -warn "Ruby versions >= 3.2.0 are untested!" if RUBY_VERSION >= "3.2.0" raise "Ruby versions >= 3.4.0 are unsupported!" if RUBY_VERSION >= "3.4.0" source 'https://rubygems.org'