From b036939bca725f16d0750363ef8e0c03fbef7ace Mon Sep 17 00:00:00 2001 From: Aaron Lasseigne Date: Fri, 30 Dec 2022 16:23:33 -0600 Subject: [PATCH] test for Ruby 3.2 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cbdecb8..a2ec71d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.1" + ruby-version: "3.2" bundler-cache: true - name: Lint @@ -23,11 +23,11 @@ jobs: name: Test Ruby ${{ matrix.ruby }} on ActiveModel ${{ matrix.activemodel }} strategy: matrix: - ruby: ["3.1"] + ruby: ["3.2"] activemodel: ["7.0"] include: - activemodel: "6.1" - ruby: "3.0" + ruby: "3.1" - activemodel: "6.0" ruby: "3.0" - activemodel: "5.2"