Skip to content

Commit

Permalink
Merge pull request #66 from substancelab/rails-8
Browse files Browse the repository at this point in the history
Add Rails 8 to the build matrix
  • Loading branch information
koppen authored Dec 6, 2024
2 parents 22ca9c9 + d09e712 commit 916ac7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails-version: ['5.2.8.1', '6.1.7.6', '7.0.8', '7.1.2', 'main']
rails-version: ['5.2.8.1', '6.1.7.6', '7.0.8', '7.1.2', '8.0.0', 'main']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
exclude:
- rails-version: '5.2.8.1'
ruby-version: '3.3'
- rails-version: '8.0.0'
ruby-version: '2.7'
- rails-version: '8.0.0'
ruby-version: '3.0'
- rails-version: '8.0.0'
ruby-version: '3.1'
- rails-version: 'main'
ruby-version: '2.7'
- rails-version: 'main'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* We no longer change tilde characters (`~`) in URLs to their percentage-encoding *(`%7E`) as part of the downcasing process. Thanks {Yegorov}[https://github.com/Yegorov]!

* Added Rails 8.0 support (no changes).

## 2.0.0

* [BREAKING] We now rely only on rack-spec-compliant values to investigate the URLs. This should improve compatibility with different application servers. In particular, this means we now ignore the `REQUEST_URI` value and rely solely on `PATH_INFO`. If your application relies on `REQUEST_URI` being downcased, this could be a breaking change.
Expand Down

0 comments on commit 916ac7f

Please sign in to comment.