From b437c5b56ba357d88815a66fb4c0e636e21fcdb9 Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Tue, 17 Jan 2023 06:02:54 +1100 Subject: [PATCH] CI: add Ruby 3.2 to the test 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 dc99d1e1..51998eb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: fail-fast: false matrix: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head] + ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2