From abf2b0fd829811e508d9d100b5f5493cd9329602 Mon Sep 17 00:00:00 2001 From: Brandur Date: Sun, 14 Jan 2024 15:51:38 -0800 Subject: [PATCH] Drop support for Ruby 2.6 Drop support for Ruby 2.6. 2.6 has been out of support for almost two years now (Mar 2022), and is causing a few issues with upgrading dependencies [1], so it's probably okay at this point for Committee to drop support for it. [1] https://github.com/interagent/committee/pull/400 --- .github/workflows/ci.yaml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4810329..d512a3e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: ruby: - - "2.6" - "2.7" - "3.0" - "3.1" diff --git a/README.md b/README.md index 40a12c6d..01c4e4b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A collection of middleware to help build services with JSON Schema, OpenAPI 2, O Committee is tested on the following MRI versions: -- 2.6 - 2.7 - 3.0 - 3.1