From 4b09375ccdbee10d75bfcbf9708b1ee7d4e8719f Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Wed, 2 Oct 2024 10:11:46 +0100 Subject: [PATCH] Exclude invalid Rails 8/Ruby 3.1 combination --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75fc6aaf..644e6ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,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