From 89b14d118f4221ffb17cc88877649f33fdd9cae6 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 20 Jul 2023 16:52:02 -0400 Subject: [PATCH] Add Ruby 3.2 to the CI matrix. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 201865c..8a45340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' - 'ruby-head' - 'jruby-head' runs-on: ubuntu-latest