From 3b005768058dff0d6fdeb3174197e9513bbf7406 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 2 Jan 2023 10:29:16 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8a965e3..01135a4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["2.7", "3.0", "3.1"] + ruby: ["2.7", "3.0", "3.1", "3.2"] steps: - uses: actions/checkout@v3 - run: rm Gemfile.lock