From 434ace65fcd3da0e9ad25519fa63de561044eae1 Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Wed, 25 Jan 2023 23:50:20 +1100 Subject: [PATCH] CI: add Ruby 3.2 to the test matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23c4749..6074a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - 2.7 - '3.0' - 3.1 + - 3.2 runs-on: ${{ matrix.os }}