Skip to content

Commit

Permalink
CI: Add Sinatra 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Dec 31, 2023
1 parent 63b0413 commit 48bee03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 48bee03

Please sign in to comment.