From 8c346da8badaa37cf71749554df9a894c5809438 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Sat, 7 Jan 2023 01:04:47 +0900 Subject: [PATCH] chore: Add Ruby 3.2 to the CI matrix Follow up: https://github.com/rspec/rspec-rails/pull/2648 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa19aa2f3..63a824bf5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: strategy: matrix: ruby: + - '3.2' - '3.1' - '3.0' - 2.7