Skip to content

Commit

Permalink
Do not test Rails 7.0 against Ruby 3.4 dev
Browse files Browse the repository at this point in the history
Stop testing Rails 7.0 against ruby-head, as 7.0 will now only receive
security fixes.

Compatibility with future Ruby versions will be managed in newer
Rails versions.

Ref: rails/rails#50546
  • Loading branch information
tagliala committed Sep 7, 2024
1 parent 72a9fc2 commit e7e84d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
gemfile: am_edge
channel: experimental

- ruby-version: 'head'
gemfile: am_7.0
channel: experimental
- ruby-version: 'head'
gemfile: am_7.1
channel: experimental
Expand Down

0 comments on commit e7e84d4

Please sign in to comment.