Skip to content

Commit

Permalink
Remove Ruby 3.4 with Rails 7.0 from build matrix
Browse files Browse the repository at this point in the history
Looks like Ruby 3.4 won't work with Rails 7.0 which is EOL soon.
  • Loading branch information
gaffneyc committed Dec 24, 2024
1 parent f0267de commit 1726bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
exclude:
- ruby_version: "3.1"
gemfile: "rails80"
- ruby_version: "3.4"
gemfile: "rails70"
include:
- ruby_version: "head"
gemfile: "rails-main"
Expand Down

0 comments on commit 1726bdb

Please sign in to comment.