From 92b16e524763a32810297244c8b13f729446b6e8 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Wed, 28 Dec 2022 10:29:16 +0000 Subject: [PATCH] Test against Ruby 3.2 Ruby 3.2 was released on December 25th 2022 --- .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 52e7a6d9..5ae21ce6 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.7, '3.0', 3.1] + ruby: [2.7, '3.0', 3.1, 3.2] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3