From 94033665030d51fa8e76fd5da54cb6ac6c10c4bb Mon Sep 17 00:00:00 2001 From: "Jessie A. Young" <601515+jessieay@users.noreply.github.com> Date: Thu, 25 May 2023 04:42:02 +0000 Subject: [PATCH] Add Ruby 3.2 to CI matrix --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 0e74a7f..7d39c01 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0', '3.1', 'jruby-head'] + ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', 'jruby-head'] steps: - uses: actions/checkout@v2