Skip to content

Commit

Permalink
adds Ruby 3.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba authored Jan 28, 2025
1 parent 6e58188 commit 696212d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- "2.7"
- "3.0"
# active support
- "3.1"
- "3.2"
- "3.3"
- "3.1" # EOL: 2025-03-31 (expected)
- "3.2" # EOL: 2026-03-31 (expected)
- "3.3" # EOL: 2027-03-31 (expected)
- "3.4"
gemfile:
- gemfiles/faraday_1.gemfile
- gemfiles/faraday_2.gemfile
Expand Down

0 comments on commit 696212d

Please sign in to comment.