Skip to content

Commit

Permalink
CI: Test new Sinatra versions on >= 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Sep 18, 2023
1 parent 6b69b77 commit d8bfb02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
env:
SINATRA: 3.0.6
- run: bundle install && bundle exec rake test:sinatra
if: ${{ matrix.ruby != '2.5' }}
env:
SINATRA: 3.1.0
- run: bundle install && bundle exec rake test:sinatra
if: ${{ matrix.ruby != '2.5' }}
env:
SINATRA: main
rails:
Expand Down

0 comments on commit d8bfb02

Please sign in to comment.