From 30d630ce4df2f2815a494db6be6d91cc7bccc216 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 15 May 2025 15:21:13 +0100 Subject: [PATCH] Drop Ruby 3.1 from the test matrix It is EOL since 2025-03-26. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8da7d39c..4e0358b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,16 +26,12 @@ jobs: fail-fast: false matrix: ruby-version: - - "3.1" - "3.2" - "3.3" - "3.4" gemfile: - Gemfile - gemfiles/rails_edge.gemfile - exclude: - - ruby-version: "3.1" - gemfile: gemfiles/rails_edge.gemfile name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }} runs-on: ubuntu-latest env: