Skip to content

Commit

Permalink
CI: actually install different rack versions
Browse files Browse the repository at this point in the history
🤦‍♀️
  • Loading branch information
dentarg committed Aug 1, 2024
1 parent 528419b commit 60b8d82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
include:
- { ruby: 3.1, rack: ~>3.0.0 }
- { ruby: 3.3, rack: head }
env:
rack: ${{ matrix.rack }}
steps:
- uses: actions/checkout@v4

Expand All @@ -34,6 +36,9 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: List installed dependencies
run: bundle show

- name: Run tests
run: bundle exec rake

Expand Down

0 comments on commit 60b8d82

Please sign in to comment.