From cf84bfe24e1a984929f5aa59a2b86fbc3a4d4051 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Wed, 9 Aug 2023 07:11:11 +0200 Subject: [PATCH] Add 3.2 to the list of Ruby CI versions --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f730276..051dd76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,7 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' - ruby - ruby-head - truffleruby-head