From ff7f0f6653b20f62081f9b67e2eb4fbe40620639 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sat, 14 Jan 2023 08:47:26 -0500 Subject: [PATCH] Adds Ruby 3.2 to CI. Updates checkout action version. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4c8fadc..f495e9ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,11 +21,11 @@ jobs: # removing jruby again to flaky # ruby: [2.3, 2.4, 2.5, 2.6, 2.7, "3.0", "3.1", jruby] # need to add support for multiple gemfiles - ruby: ["2.7", "3.0", "3.1"] + ruby: ["2.7", "3.0", "3.1", "3.2"] redis-version: [4, 5, 6] runs-on: ${{ matrix.os }}-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: supercharge/redis-github-action@1.2.0 - uses: ruby/setup-ruby@v1 with: