From 14d039658161f8b6a1f04a77221b0e2f8bb5aae4 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Fri, 27 Sep 2024 08:12:53 -0400 Subject: [PATCH] Rails 8 doesn't support Ruby 3.1 Remove it from the build matrix as its no longer a supported combination. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b352b99..e4fa1e80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: 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 continue-on-error: true