Navigation Menu

Skip to content

Commit

Permalink
Updated the list of Rubies to test against.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldowl committed Dec 28, 2022
1 parent f87bfe7 commit 597afb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -27,5 +27,5 @@ workflows:
- run_tests:
matrix:
parameters:
ruby_version: ["2.7", "3.0", "3.1"]
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
rack_version: ["1.6.0", "2.1.0", "2.2.0", "3.0.0"]
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
rack_version:
- "1.6.0"
- "2.1.0"
Expand Down

0 comments on commit 597afb5

Please sign in to comment.