From f9467e9854bb04d2968521625819a67ae6c5bf74 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 31 Oct 2023 21:00:19 +0000 Subject: [PATCH] Remove main builds for 6-0-maintenance --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea076ee88..7e4552db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,24 +35,6 @@ jobs: fail-fast: false matrix: include: - # Edge Rails (7.1) builds >= 2.7 - - ruby: 3.2 - allow_failure: true - env: - RAILS_VERSION: 'main' - - ruby: 3.1 - allow_failure: true - env: - RAILS_VERSION: 'main' - - ruby: '3.0' - allow_failure: true - env: - RAILS_VERSION: 'main' - - ruby: 2.7 - allow_failure: true - env: - RAILS_VERSION: 'main' - # Rails 7.0 builds >= 2.7 - ruby: 3.2 env: