Skip to content

Commit

Permalink
Add Ruby 3.4 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jan 12, 2025
1 parent 747e792 commit 2d925f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7"]
ruby-version: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
faraday: ["1.0", "2.0"]
rack: ["2.0", "3.0"]
env:
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7"]
ruby-version: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
faraday: ["1.0", "2.0"]
rack: ["2.0", "3.0"]
env:
Expand Down

0 comments on commit 2d925f5

Please sign in to comment.