From 29f3105219c0e0064f823967432ab3908b4d9f0c Mon Sep 17 00:00:00 2001 From: Caleb Hearth Date: Tue, 19 Nov 2024 15:33:27 -0700 Subject: [PATCH] Allow rails main, ruby 3.4 to fail --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d6e65a..82944fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,11 @@ jobs: ruby: ["3.2", "3.3", "3.4"] rails: ["7.1", "7.2", "8.0", "main"] continue-on-error: [false] + include: + - ruby: "3.4" + continue-on-error: [true] + - rails: "main" + continue-on-error: [true] runs-on: ubuntu-latest