From ecc0adf39e3dac50881642163c1d39ce654ee0d4 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Sun, 3 Sep 2023 12:50:47 +0200 Subject: [PATCH] Add Ruby 3.2 to 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 bb65dc8..9e9abc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.7', '3.0', '3.1', 'head', 'truffleruby' ] + ruby: [ '2.7', '3.0', '3.1', '3.2', 'head', 'truffleruby' ] rails: [ '6.1', '7.0', 'main' ] include: - ruby: '3.2'