From 0d2f7428cea821e87f22e268978c56ea8a0876b4 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Fri, 31 Mar 2023 22:35:26 -0400 Subject: [PATCH] Add Ruby 3.2 to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79661e9..9e15843 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - '3.0' - 3.1 + - 3.2 - head env: BUNDLE_GEMFILE: Gemfile