From 275d75f50b920cfe8c9a9065a123fe754d04b795 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Wed, 9 Aug 2023 07:04:56 +0200 Subject: [PATCH] Add 3.2 to the list of Ruby versions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45c46194a..2564cca77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' steps: - uses: actions/checkout@v2