From 75f62b1c56d95c9af697d8ba725b8135bde7e507 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Thu, 10 Aug 2023 11:35:35 +0200 Subject: [PATCH] Add 3.1 and 3.2 to the list of Ruby CI versions --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f291db2..bdb3ae0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,8 @@ jobs: - '2.6' - '2.7' - '3.0' + - '3.1' + - '3.2' steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1