From 69872e731e3372cf51b8274ce0048139a8102b54 Mon Sep 17 00:00:00 2001 From: "Jessie A. Young" <601515+jessieay@users.noreply.github.com> Date: Wed, 24 May 2023 07:00:04 +0000 Subject: [PATCH] Add Ruby 3.2 to CI matrix * Ruby 3.2 has been out for a while and it is helpful to know if this gem is compatible * https://www.ruby-lang.org/en/downloads/releases/ --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fb63b2..72ad84f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - "2.7" - "3.0" - "3.1" + - "3.2" steps: - uses: actions/checkout@v2 - name: Set up Ruby