Skip to content

Commit

Permalink
Test against Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravel committed Dec 27, 2024
1 parent 318c758 commit e06ce85
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 @@ -59,7 +59,7 @@ jobs:
# To keep matrix size down, only test highest and lowest rubies. In
# `.rubocop.yml`, set `TargetRubyVersion`, to the lowest ruby version
# tested here.
ruby: ["2.6", "3.3"]
ruby: ["2.6", "3.4"]
rails: ["5.2", "6.0", "6.1", "7.0", "7.1", "7.2", "8.0"]
exclude:
# rails 7 requires ruby >= 2.7.0
Expand All @@ -71,7 +71,7 @@ jobs:
rails: "7.2"
- ruby: "2.6"
rails: "8.0"
- ruby: "3.3"
- ruby: "3.4"
rails: "5.2"
steps:
- name: Checkout source
Expand Down

0 comments on commit e06ce85

Please sign in to comment.