diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cf3cf37..9ab8c5f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,6 +35,11 @@ jobs: if: ${{ matrix.ruby != '2.5' }} env: SINATRA: 3.1.0 + - run: bundle install && bundle exec rake test:sinatra + name: "rake test:rails SINATRA=3.2.0" + if: ${{ matrix.ruby != '2.5' }} + env: + SINATRA: 3.2.0 - run: bundle install && bundle exec rake test:sinatra name: "rake test:rails SINATRA=main" if: ${{ matrix.ruby != '2.5' }}