From 8e1e034bd19ec4cf6b3e2ef067128692aea5c8e1 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Fri, 27 Sep 2024 08:47:50 -0400 Subject: [PATCH] Remove Rails 8/ruby 3.1 tests --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea4d1db..a062e0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,10 @@ jobs: ruby-version: ["3.1", "3.2", "3.3"] gemfile: [ rails_7_2, rails_main ] database: [sqlite, postgres, mysql] + exclude: + - ruby-version: 3.1 + gemfile: rails_main + database: [sqlite, postgres, mysql] services: redis: image: redis