From 31bad1627ac1836f5ee9d82803b54a75f9bbd936 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 2 May 2023 23:17:05 -0700 Subject: [PATCH] Add Ruby 3.2 to CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c54e2a..371ee26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [2.7, 3.0, 3.1] + ruby: [2.7, 3.0, 3.1, 3.2] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: bundle install - - run: bundle exec rake \ No newline at end of file + - run: bundle exec rake