Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Dec 28, 2024
1 parent c33b31d commit a0d309e
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 @@ -46,6 +46,11 @@ jobs:
if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
env:
SINATRA: 4.0.0
- run: bundle update && bundle exec rake test:sinatra
name: "rake test:sinatra SINATRA=4.1.1"
if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
env:
SINATRA: 4.1.1
- run: bundle update && bundle exec rake test:sinatra
name: "rake test:sinatra SINATRA=main"
if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
Expand Down

0 comments on commit a0d309e

Please sign in to comment.