Skip to content

Commit acba8c4

Browse files
committed
CI: add Ruby 3.3
1 parent d37a765 commit acba8c4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- '3.0'
2121
- '3.1'
2222
- '3.2'
23+
- '3.3'
2324
- 'head'
2425
exclude:
2526
- ruby: '2.3'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
3+
- CI: Add Ruby 3.3 to build matrix. (https://github.com/zombocom/rack-timeout/pull/217)
4+
15
## 0.7.0
26

37
- 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)

0 commit comments

Comments
 (0)