Skip to content

Commit

Permalink
Add Rails 7.0 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Jun 2, 2023
1 parent c482781 commit ef029f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails-version: ['5.2.5', '6.0.3.6', '6.1.3.1', 'main']
rails-version: ['5.2.5', '6.0.3.6', '6.1.3.1', '7.0.5', 'main']
ruby-version: ['2.5', '2.6', '2.7', '3.0']
exclude:
- rails-version: 'main'
ruby-version: '2.5'
- rails-version: 'main'
ruby-version: '2.6'
- rails-version: '7.0.5'
ruby-version: '2.5'
- rails-version: '7.0.5'
ruby-version: '2.6'
- rails-version: '5.2.5'
ruby-version: '3.0'

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* Added Ruby 3.0 to the test matrix.

* Added Rails 6.1.x to the build matrix.
* Added Rails 6.1.x and 7.0.x to the build matrix.

* Dropped support for Rails 4. Going forward we're targetting Rails 5.x (and 6.x). Rails 5 deprecates a few configuration options that we need access to. If you still need support for Rails 4.x, version 1.2.2 of route_downcaser should work just fine.

Expand Down

0 comments on commit ef029f0

Please sign in to comment.