Skip to content

Commit

Permalink
Added Rack 3 to the list of Rack versions we test against.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldowl committed Sep 7, 2022
1 parent be32e3c commit d73463e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ workflows:
- run_tests:
matrix:
parameters:
ruby_version: ["2.7.5", "3.0.3", "3.1.1"]
rack_version: ["1.6.0", "2.1.0", "2.2.0"]
ruby_version: ["2.7", "3.0", "3.1"]
rack_version: ["1.6.0", "2.1.0", "2.2.0", "3.0.0"]
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "1.6.0"
- "2.1.0"
- "2.2.0"
- "3.0.0"
name: Ruby ~> ${{ matrix.ruby_version }}; Rack ~> ${{ matrix.rack_version }}
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit d73463e

Please sign in to comment.