From e7e6b6503ad4bb2c3a5aaa35bb5c7e8a05abf685 Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Wed, 22 Jan 2025 20:26:27 -0600 Subject: [PATCH] Remove 3.1 + edge from CI Rails 8 need 3.2+ so this will never pass. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bfd5d47..4a9478a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,10 @@ jobs: - ruby: '3.3' rails: '7.1' rubyopt: "--enable-frozen-string-literal" + exclude: + - ruby: '3.1' + rails: 'edge' + rubyopt: '' env: RAILS_VERSION: ${{ matrix.rails }}