From e862e70a643990ee4f206f7e09b4463cd70b51cb Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:56:27 +0000 Subject: [PATCH] add ruby 3.2 to test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d864918..39197913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, 3.0, 3.1, head, truffleruby-head] + ruby: [2.7, 3.0, 3.1, 3.2, head, truffleruby-head] env: RAILS_ENV: test steps: