From 9d669024bdf882cf1af37da208ef21f124c221b8 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 27 Dec 2023 11:56:22 -0600 Subject: [PATCH] Add ruby 3.2 to the test matrix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43af2c6..f1d4385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: - 6.0.5.1 - 6.1.6.1 - 7.0.3.1 + include: + - ruby: '3.2.2' + rails_version: '7.1.1' steps: - uses: actions/checkout@v2 - name: Set up Ruby