From d1de93dee58784c627136f14c2bb503539222c20 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Wed, 9 Aug 2023 07:12:48 +0200 Subject: [PATCH] Add 3.1 and 3.2 to the list of Ruby CI versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db7e880..8f76f0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ["2.1", "2.3", "2.6", "2.7", "3.0", "jruby-9.1"] + ruby-version: ["2.1", "2.3", "2.6", "2.7", "3.0", "3.1", "3.2", "jruby-9.1"] steps: - name: Checkout