From ad0d9f7b83dfde04d9794b287d07ae53f3b16232 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:35:04 +0900 Subject: [PATCH] add rails 7.1 to the build matrix (#898) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5773fa0c..c845d22c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - rails: ["7.0", "6.1", "6.0"] + rails: ["7.1", "7.0", "6.1", "6.0"] ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"] include: - rails: "5.2"