Skip to content

Commit

Permalink
Add Rack versions to GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jul 21, 2024
1 parent 571d298 commit af90559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
matrix:
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7"]
faraday: ["1.0", "2.0"]
rack: ["2.0", "3.0"]
env:
FARADAY_VERSION: ${{ matrix.faraday }}
RACK_VERSION: ${{ matrix.rack }}
steps:
- uses: actions/checkout@v4
- run: ./script/install-apt-deps.sh
Expand All @@ -35,6 +37,7 @@ jobs:
rack: ["2.0", "3.0"]
env:
FARADAY_VERSION: ${{ matrix.faraday }}
RACK_VERSION: ${{ matrix.rack }}
steps:
- uses: actions/checkout@v4
- run: ./script/install-apt-deps.sh
Expand Down

0 comments on commit af90559

Please sign in to comment.