Skip to content

Commit

Permalink
Bump edge to support Rails 8. Drop older rails support. Move Ruby sup…
Browse files Browse the repository at this point in the history
…port up to 3.3.
  • Loading branch information
kmcphillips committed Oct 2, 2024
1 parent fab982b commit f920fb1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
gemfile:
- Gemfile
- gemfiles/rails-6.0.gemfile
- gemfiles/rails-6.1.gemfile
- gemfiles/rails-7.0.gemfile
- gemfiles/rails-7.1.gemfile
- gemfiles/rails-edge.gemfile
exclude:
# Rails Edge only supports Ruby >= 3.1
- ruby: '3.0'
- ruby: '3.1'
gemfile: gemfiles/rails-edge.gemfile
- ruby: '3.2'
gemfile: gemfiles/rails-edge.gemfile

name: Ruby ${{ matrix.ruby }} ${{ matrix.gemfile }}
Expand Down
6 changes: 0 additions & 6 deletions gemfiles/rails-6.0.gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions gemfiles/rails-6.1.gemfile

This file was deleted.

6 changes: 6 additions & 0 deletions gemfiles/rails-7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gemspec path: '..'

gem 'activesupport', '~> 7.1'
gem "activerecord", '~> 7.1'

0 comments on commit f920fb1

Please sign in to comment.