From c670f99a7320ac6d22b4a209bbb8056a4b00e45f Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 26 Dec 2022 10:43:35 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaf43fb4..ab900df8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,14 @@ jobs: matrix: database: [ mysql, postgresql ] gemfile: [ '7.0', '6.1', '6.0' ] - ruby: [ '2.6', '2.7', '3.0', '3.1' ] + ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ] exclude: - ruby: '2.6' gemfile: '7.0' + - ruby: '3.2' + gemfile: '6.0' + - ruby: '3.2' + gemfile: '6.1' fail-fast: false runs-on: ubuntu-latest