From 5be6b3c562fde8de821d2bb4df1eab84bc222225 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 23 Jan 2023 09:12:31 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57710b4..a6427c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' # - 'head' gemfile: - gemfiles/rails_5.2.gemfile @@ -37,6 +38,10 @@ jobs: gemfile: gemfiles/rails_5.2.gemfile - ruby: '3.1' gemfile: gemfiles/rails_6.0.gemfile + - ruby: '3.2' + gemfile: gemfiles/rails_5.2.gemfile + - ruby: '3.2' + gemfile: gemfiles/rails_6.0.gemfile steps: - name: Checkout code uses: actions/checkout@v3