We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33b31d commit a0d309eCopy full SHA for a0d309e
.github/workflows/test.yml
@@ -46,6 +46,11 @@ jobs:
46
if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
47
env:
48
SINATRA: 4.0.0
49
+ - run: bundle update && bundle exec rake test:sinatra
50
+ name: "rake test:sinatra SINATRA=4.1.1"
51
+ if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
52
+ env:
53
+ SINATRA: 4.1.1
54
- run: bundle update && bundle exec rake test:sinatra
55
name: "rake test:sinatra SINATRA=main"
56
0 commit comments