Skip to content

Commit 5215a64

Browse files
authored
ci(tmux): Add tmux 3.4 to test matrix (#909)
2 parents b35f743 + 87e32e1 commit 5215a64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.12']
14-
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
14+
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', 'master']
1515
# balance ci coverage across supported python/tmux versions with CI speed
1616
include:
1717
- python-version: '3.8'

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22+
### Tests
23+
24+
- CI: Add tmux 3.4 to test matrix (#909)
25+
2226
## tmuxp 1.36.0 (2024-02-07)
2327

2428
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)