From cddc685fecfeb7f29decbf4d6165ec50a61f7745 Mon Sep 17 00:00:00 2001 From: Thomas Dippel Date: Tue, 14 Feb 2023 12:15:18 +0100 Subject: [PATCH] Add Ruby 3.2 to CI --- .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 74b5e96..4cc5166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.4, 2.7, '3.1'] + ruby: [2.4, 2.7, '3.1', '3.2'] graphql_version: ['~> 1.10.0', '~> 1.13', '~> 2.0'] steps: - uses: actions/checkout@v2