From 09f58834d6804e9c717d1d9a361ef5fe8084a8e9 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:35:03 +0900 Subject: [PATCH] add ruby 3.2 to the build mix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee8deb3..59b0ac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: gemfile: ["rails_7.0"] ruby: [2.7] include: + - gemfile: rails_7.0 + ruby: '3.2' - gemfile: rails_7.0 ruby: '3.1' # - gemfile: rails_6.1