From b48547e56f51dc7eddefe5847b81554d3d0c34e9 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:00:29 +0900 Subject: [PATCH] update rubies and add rails 7.2 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 606e7a9..5499ace 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,8 @@ jobs: strategy: fail-fast: false matrix: - rails: ["7.1", "7.0", "6.1", "6.0"] - ruby: ["3.3", "3.2.2", "3.1.4", "3.0.6", "2.7.8"] + rails: ["7.2", "7.1", "7.0", "6.1", "6.0"] + ruby: ["3.3.5", "3.2.5", "3.1.6", "3.0.7", "2.7.8"] cucumber: ["9.0", "8.0", "7.0", "6.0", "5.0", "4.0", "3.0"] env: