From 7cd2922b1f443f0979971c21d6861a1a2f8df424 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Thu, 11 Jan 2024 15:33:44 -0800 Subject: [PATCH] Add Ruby 3.2.x to the test matrix Before anyone comments, Ruby 3.3.x is already covered by the `ruby` target. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f9725b1..8cc27d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,7 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' - jruby - ruby - ruby-head