Skip to content

Commit 74a4822

Browse files
authored
ci(tmux): Add tmux 3.4 to test matrix (#524)
2 parents f5c1ec9 + 377c478 commit 74a4822

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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.8', '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
steps:
1616
- uses: actions/checkout@v4
1717

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $ pip install --user --upgrade --pre libtmux
2222
### Tests
2323

2424
- pytest: Fix `usefixture` warning (#519)
25+
- ci: Add tmux 3.4 to test matrix (#909)
2526

2627
## libtmux 0.27.1 (2024-02-07)
2728

0 commit comments

Comments
 (0)