From a71cc4b494b851156ac19e786e689b815aad8a28 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 14 Feb 2024 11:07:48 -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 002e6e41de6..321bb7f3c97 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: python-version: ['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'] # balance ci coverage across supported python/tmux versions with CI speed include: - python-version: '3.8' From 87e32e1483dd12821b6255e32073c0c2274471c4 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 14 Feb 2024 11:08:29 -0600 Subject: [PATCH 2/2] docs(CHANGES): Note test matrix bump --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 0530608c6a4..6eb74cccc5a 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force +### Tests + +- CI: Add tmux 3.4 to test matrix (#909) + ## tmuxp 1.36.0 (2024-02-07) _Maintenance only, no bug fixes or new features_