Skip to content

Commit

Permalink
Add Ruby 3.1 and 3.2 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 ef029f0 commit 087855d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
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']
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
exclude:
- rails-version: 'main'
ruby-version: '2.5'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* Added support for URLs with non-ASCII characters in them. In other words, your application shouldn't get stuck in a an infinite redirect loop when a request contains non-ASCII characters that can be downcased.

* Added Ruby 3.0 to the test matrix.
* Added Ruby 3.0, 3.1, 3.2 to the test matrix.

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

Expand Down

0 comments on commit 087855d

Please sign in to comment.