diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb0f483..efd548c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: test: + name: "Ruby ${{ matrix.ruby }}, Rack ${{ matrix.rack-version }}, ${{ matrix.os }}" strategy: fail-fast: false matrix: @@ -20,6 +21,7 @@ jobs: - '3.0' - '3.1' - '3.2' + - '3.3' - 'head' exclude: - ruby: '2.3' diff --git a/CHANGELOG.md b/CHANGELOG.md index f4afa00..fe023ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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=` format, to allow using `wait_timeout` functionality with Apache (https://github.com/zombocom/rack-timeout/pull/210)