From f41b99d105c68194b816a086e17cd80521d3bc70 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 14 Feb 2024 11:07:08 -0600 Subject: [PATCH 1/2] ci(tmux): Add tmux 3.4 to test matrix See also: https://github.com/tmux/tmux/blob/3.4/CHANGES --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 218b56889..12133f830 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.12'] - tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master'] + tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', 'master'] steps: - uses: actions/checkout@v4 From 377c478cfa242730e85a1c8eae9aa20cc16ee9ec Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 14 Feb 2024 11:08:52 -0600 Subject: [PATCH 2/2] docs(CHANGES): Note test matrix bump --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 4dc7d3853..0e62e4d08 100644 --- a/CHANGES +++ b/CHANGES @@ -22,6 +22,7 @@ $ pip install --user --upgrade --pre libtmux ### Tests - pytest: Fix `usefixture` warning (#519) +- ci: Add tmux 3.4 to test matrix (#909) ## libtmux 0.27.1 (2024-02-07)