From d8bee941c8fa4ba5f301432be4d4cdf3e23e89a9 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sun, 25 Dec 2022 10:14:48 -0500 Subject: [PATCH] Add Ruby 3.2 to the CI matrix. (#169) --- .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 a7e2158..e313565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "jruby"] + ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "jruby"] experimental: [false] include: - ruby: "truffleruby"