From 0f91284bdcc72890c8c87dc81684119d65199648 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 7 Jan 2025 11:20:16 +0100 Subject: [PATCH] Rails 8 needs Ruby 3.2 or higher --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44547ce..9849255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: matrix: ruby: [ "3.3", "3.2", "3.1" ] rails: [ "8.0", "7.1", "7.0", "6.1" ] + # Rails 8 needs Ruby 3.2 or higher + exclude: + - { ruby: "3.1", rails: "8.0" } name: "tests (Ruby: ${{ matrix.ruby }}, Rails: ${{ matrix.rails }})" runs-on: ubuntu-latest env: