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 Aug 20, 2024
1 parent 28daff8 commit 483021b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
gemfile: rails_edge
postgres-version: '16'
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.0
postgres-version: '16'
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.1
postgres-version: '16'
Expand Down

0 comments on commit 483021b

Please sign in to comment.