Skip to content

Commit b239b6b

Browse files
authored
tmux: Add tmux 3.6 to testgrid (#989)
# Changes ## Bump tmux max version to tmux 3.6 See release notes: https://github.com/tmux/tmux/blob/3.6/CHANGES#L1
2 parents 9b0cc42 + fd5427c commit b239b6b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ['3.14']
14-
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', 'master']
14+
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
1515
steps:
1616
- uses: actions/checkout@v5
1717

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
3131

3232
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
3333

34-
- _Future release notes will be placed here_
34+
### What's new
35+
36+
#### tmux 3.6 support (#989)
37+
38+
Added tmux 3.6 to test grid.
3539

3640
## tmuxp 1.56.0 (2025-11-01)
3741

0 commit comments

Comments
 (0)