From bdc93be3d4e7b2f101ec09ebee8ffe3cb552f12c Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Tue, 24 Jan 2023 10:36:23 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dab45c..8ef9c57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,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.6, 2.7, '3.0', 3.1, head, truffleruby] + ruby: [2.6, 2.7, '3.0', 3.1, 3.2, head, truffleruby] include: - { ruby: jruby-9.3, allow-failure: true } steps: