From a0d309ed86c50265a5b94f9bf27708a4d10f114b Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 28 Dec 2024 14:12:35 +0100 Subject: [PATCH] Update CI --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 867fe43d..34bdbc89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' }}