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