From 8456d8ded1accbda3d8bad838ec20bf09af42eb2 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 4 Feb 2025 10:53:31 +0000 Subject: [PATCH] chore: exclude 3.1/8.0 and 3.4/7.0 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 898630d..37931ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,11 @@ jobs: - rails_7.1 - rails_7.2 - rails_8.0 + exclude: + - ruby_version: 3.1 + gemfile: rails_8.0 + - ruby_version: 3.4 + gemfile: rails_7.0 env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile steps: