From acba8c415d4b4e891a987cea74108fce75d75014 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 23 Jul 2024 10:19:23 +0200 Subject: [PATCH 1/2] CI: add Ruby 3.3 --- .github/workflows/ci.yml | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb0f483..ac8ffcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,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) From fb72a8e6300057489a17f09385cd9666c7d9a249 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 23 Jul 2024 10:27:58 +0200 Subject: [PATCH 2/2] CI: Name the CI's test Jobs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac8ffcd..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: