From fd5427cee141ce71e547a89601557394913f552f Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 28 Nov 2025 15:03:16 -0600 Subject: [PATCH] ci(tests) Add tmux 3.6 to test matrix --- .github/workflows/tests.yml | 2 +- CHANGES | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf67def8c4..ca487000cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: python-version: ['3.14'] - tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', 'master'] + tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master'] steps: - uses: actions/checkout@v5 diff --git a/CHANGES b/CHANGES index bbd5dcc068..2bce6578b9 100644 --- a/CHANGES +++ b/CHANGES @@ -31,7 +31,11 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force -- _Future release notes will be placed here_ +### What's new + +#### tmux 3.6 support (#989) + +Added tmux 3.6 to test grid. ## tmuxp 1.56.0 (2025-11-01)