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 2c1b615 commit 159a9ce
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 @@ -29,9 +29,6 @@ jobs:
- ruby-version: '3.3'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.0
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.1
channel: 'experimental'
Expand Down

0 comments on commit 159a9ce

Please sign in to comment.