From 040006c59a85e64ccffc5159bd642da47c91ddb1 Mon Sep 17 00:00:00 2001 From: Orien Madgwick <497874+orien@users.noreply.github.com> Date: Sun, 15 Jan 2023 23:00:55 +1100 Subject: [PATCH] CI: add Ruby 3.2 to the 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 2a65fde8..4b1019c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.7', '3.0', '3.1', 'jruby-9.3'] + ruby: ['2.7', '3.0', '3.1', '3.2', 'jruby-9.3'] gemfile: - gemfiles/mysql2/6-0.gemfile - gemfiles/postgresql/6-0.gemfile