Skip to content

Commit a0d309e

Browse files
committed
Update CI
1 parent c33b31d commit a0d309e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}
4747
env:
4848
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
4954
- run: bundle update && bundle exec rake test:sinatra
5055
name: "rake test:sinatra SINATRA=main"
5156
if: ${{ matrix.ruby != '2.5' && matrix.ruby != '2.6' }}

0 commit comments

Comments
 (0)