Skip to content

Commit

Permalink
CI: add Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jul 23, 2024
1 parent d37a765 commit acba8c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- 'head'
exclude:
- ruby: '2.3'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- CI: Add Ruby 3.3 to build matrix. (https://github.com/zombocom/rack-timeout/pull/217)

## 0.7.0

- Honor an `X-Request-Start` header with the `t=<microseconds>` format, to allow using `wait_timeout` functionality with Apache (https://github.com/zombocom/rack-timeout/pull/210)
Expand Down

0 comments on commit acba8c4

Please sign in to comment.